Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Jan 2008 09:43:37 -0600
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.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Dominick Baier" <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:8e6a913a1b66b8ca218b69669fc0@xxxxxxxxxxxxxxxxxxxxx
thats true.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications
(http://www.microsoft.com/mspress/books/9989.asp)
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
.
- Follow-Ups:
- Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- From: Naraendirakumar R.R.
- Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- References:
- Using WindowsTokenRoleProvider with Forms Authentication ...
- From: Naraendirakumar R.R.
- Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- From: Dominick Baier
- Using WindowsTokenRoleProvider with Forms Authentication ...
- Prev by Date: RE: Access denied 403.7 client certificate
- Next by Date: Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- Previous by thread: Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- Next by thread: Re: Using WindowsTokenRoleProvider with Forms Authentication ...
- Index(es):
Relevant Pages
|