Windows Groups/Roles Security in asp.net

From: Dale (psynog_at_hotmail.com)
Date: 07/08/03

  • Next message: Teemu Keiski: "Re: Framework bug with Auth and Session state?"
    Date: Mon, 7 Jul 2003 23:43:43 -0700
    
    

    I have a problem with implementing windows groups as a
    form of role based security.

    I have implemented it exactly as described in
    http://support.microsoft.com/?id=323176

    I am running Windows 2000 Server and ASP.NET framework
    1.1 we are using Active Directory for groups. IIS is
    setup for windows authentication

    When I use the following syntax. It doesn't work
    <authentication mode="Windows" />
    <authorization>
          <allow roles="domainname\WEB Group" />
          <deny users="*" />
    </authorization>

    However if i do it by user it does work e.g.
    <authentication mode="Windows" />
    <authorization>
          <allow users="domainname\dale" />
          <deny users="*" />
    </authorization>

    I have also tried with and without the impersonation tag
    <identity impersonate="true" />

    I have noticed other similiar posts but I havent seen any
    conclusive answers to this problem.

    Any help would be greatly appreciated

    Thanks

    Dale


  • Next message: Teemu Keiski: "Re: Framework bug with Auth and Session state?"

    Relevant Pages

    • Re: Windows Groups/Roles Security in asp.net
      ... > I have a problem with implementing windows groups as a ... > I am running Windows 2000 Server and ASP.NET framework ... IIS is ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: Roles - Users
      ... Developer is a domain level group. ... this is a Windows group, and access have been granted to this group? ... Windows groups he is a member of. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ...
      (microsoft.public.sqlserver.security)
    • Re: Alerts Email Sending Failure (WSS 3.0)
      ... IIS SMTP server? ... - Windows Users batch generated and assigned to Windows Groups ... SharePoint Groups created to match Windows Groups ... Added Windows Groups as users to SharePoint Groups ...
      (microsoft.public.sharepoint.windowsservices)
    • RE: Access Denied on Cancelled Authentication (WSS 3.0)
      ... Windows authentication, I get a rather plain Access Denied page. ... can't override using IIS custom errors on the web application. ... SharePoint AccessDenied.aspx if the application were handling things). ... Windows Users batch generated and assigned to Windows Groups ...
      (microsoft.public.sharepoint.windowsservices)
    • RE: Access Denied on Cancelled Authentication (WSS 3.0)
      ... Windows authentication, I get a rather plain Access Denied page. ... can't override using IIS custom errors on the web application. ... SharePoint AccessDenied.aspx if the application were handling things). ... Windows Users batch generated and assigned to Windows Groups ...
      (microsoft.public.sharepoint.windowsservices)

  • Quantcast