Reputation: 1663
I have a requirement to allow access to an app with users being authenticated by AD. Sadly, not all of the users who can access the app will have been authenticated this way so I need to provide a mechanism whereby if a user arrives as the site their authentication is checked using AD and if it fails, they are handed off to a login page that will attempt to authenticate them using the SqlMembershipProvider.
So, to my questions:
Thanks in anticipation.
-- Stuart
Upvotes: 1
Views: 123
Reputation: 21137
These links may show you the way depending on requirements and implementation details:
How to Change Membership provider during runtime
Multiple membership/role providers
Upvotes: 1