Using WindowsTokenRoleProvider with Forms Authentication ...

  • Thread starter Naraendirakumar R.R.
  • Start date
N

Naraendirakumar R.R.

Hi:
Has anybody managed to do this? We have setup forms authentication to
validate against AD. We'd like to use AD for roles based authorization.

The documentation on ASP.NET leads me to believe WindowsTokenRoleProvider is
possible only if I use Integrated Windows Authentication?

Thank you for your help.

Cheers,
-Naraen
http://naraen.spaces.live.com
 
J

Joe Kaplan

You might want to check out Ryan Dunn's LDAP-based AD role provider on
CodePlex. It works as a nice compliment to the AD membership provider.

Another option is to use protocol transition logon (new
WindowsIdentity(upnString)) to generate a token for the authenticated user
using their UPN and then perform role checks against that. However, that
requires 2003+ web servers and a 2003 native mode AD forest.

Joe K.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top