Hi,
We have an application facing intranet as well as internet. The users logging in from Internet are in AD as well as a custom database.
Thus we need three authentication providers -
1) Windows for Intranet users
2) Forms against AD for Internet
3) Forms against custom db for Internet
Imp is that, requirement is to have same url for all users internally and externally.
a) Can we have 3 authentication providers for a given web application.
b) What would be a good way to provide one login form for external users and based on pattern of user id authenticate against appropriate store (1 and 2 above). So that users dont have to select authentication mechanism from dropdown.
Any guidance, references will be very helpful.
Thanks.
-http://lrathi.blogspot.com