Access denied when using active directory groups and windows authentication
From: David (dtoyer_at_hotmail.com)
Date: 11/02/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Previous message: matt_at_mailinator.com: "Re: ASP.NET 2: Membership/RoleMangement vs. ASP.NET 1.1.. question"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Reply: Dominick Baier [DevelopMentor]: "Re: Access denied when using active directory groups and windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 1 Nov 2005 18:08:23 -0800
Hi, I am trying to configure my app using windows authentication. I
would like to limit access to an Active Directory group but do not want
to implement impersonation. I've setup the config section as follows:
<authentication mode="Windows" />
<authorization>
<allow roles="domainname\groupname" />
<deny users="*" />
</authorization>
<identity impersonate="false" />
I am being prompted for user credentials, however, it is not letting me
in with a valid account. If I change the config section to limit to an
Active Directory user only, example: <allow users
="domainname\username" />, this setting works just fine. It's very
frustrating and I'm hoping I won't need to open a Microsoft Support
ticket. Any suggestions are greatly appreciated.
David
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Previous message: matt_at_mailinator.com: "Re: ASP.NET 2: Membership/RoleMangement vs. ASP.NET 1.1.. question"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Access denied when using active directory groups and windows authentication"
- Reply: Dominick Baier [DevelopMentor]: "Re: Access denied when using active directory groups and windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|