Web Adaptor with Forms Authentication

4683
11
04-08-2013 05:59 AM
thejuskambi
Occasional Contributor III
Hello,

Is it possible to configure the WebAdaptor to work with Forms Authentication of IIS. We have a scenario, where we have a user store in our system and it would be great if we could use the same user store rather than having to ask user of another login.

Any suggestion or help would be greatly appreciated

//Thejus
0 Kudos
11 Replies
MichaelPotter1
New Contributor III

Sorry but I had no luck with this and had to go an alternative route.

0 Kudos
nicogis
MVP Frequent Contributor

You can also create a custom provider that use users in your store

Here I have made a custom provider for sql server but you can change code for your scope

https://github.com/nicogis/ArcGISServerCustomProvider

0 Kudos