How can I provide an ASP.NET Forms Authentication UX while using Active Directory Role and Authentic
Posted
by Nate Bross
on Stack Overflow
See other posts from Stack Overflow
or by Nate Bross
Published on 2010-04-09T19:40:29Z
Indexed on
2010/04/13
14:52 UTC
Read the original article
Hit count: 407
Is it possible to use this Role Provider AspNetWindowsTokenRoleProvider
with ASP.NET FORMS Authentication (via this MembershipProvider System.Web.Security.ActiveDirectoryMembershipProvider
)?
It seems to only work with <authentication mode="Windows">
, is it possible to use it with FORMS?
background -- The objective here is to provide an ASP.NET Forms UX while using Active Directory as the back-end authentication system. If there is another, easy way to do this using built-in technologies, that's great and I'd like to hear about that as well.
© Stack Overflow or respective owner