Re: Forms Authentication - Active Directory
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Mon, 11 Jun 2007 03:38:33 -0700
On Jun 11, 10:48 am, oriol.arde...@xxxxxxxxx wrote:
Hi,
I have an asp.net 2.0 application with forms authentication. I am
authenticating the users to an Active Directory Server with
ActiveDirectoryMembershipProvider which works as expected and users
get authenticated.
What I am trying to do is to get also the role information from the
Active Directory Server with the groups where the users belong to.
Is there any way to achieve it ? Can it be done by enabling some
provider in the role manager section of the web.config file ?
any help will be appreciated, thx in advance,
ori
You would need a role provider.
WindowsTokenRoleProvider for using Active Directory groups as roles
AuthorizationStoreProvider - for Windows 2003 and ADAM
SqlRoleProvider for storing roles in SQL Server
More about WindowsTokenRoleProvider
http://msdn2.microsoft.com/en-us/library/system.web.security.windowstokenroleprovider.aspx
.
- Follow-Ups:
- Re: Forms Authentication - Active Directory
- From: Dominick Baier
- Re: Forms Authentication - Active Directory
- References:
- Forms Authentication - Active Directory
- From: oriol . ardevol
- Forms Authentication - Active Directory
- Prev by Date: Forms Authentication - Active Directory
- Next by Date: Re: Forms Authentication - Active Directory
- Previous by thread: Forms Authentication - Active Directory
- Next by thread: Re: Forms Authentication - Active Directory
- Index(es):
Relevant Pages
|