ASP.NET Membership

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    ASP.NET Membership

    Hi all,

    My previous Q on this didn't get answered. I may have confused matters a
    little.

    If I use Active Directory to authenticate users on my site, where do I
    manage the other aspects of site security such as roles? Is it all done in
    the active directory or the membership data in the SQL Server?

    i.e. If I set up AD as my membership provider and use the ASP.NET
    configuration page, does the AD provide purely just the authentication. I
    see in web.config there is membership defaultProvider and a seperate
    roleManager which can use a different connection string.

    Thanks.
    --
    Best regards,
    Dave Colliver.

    ~~
    http://www.FOCUSPortals.com - Local franchises available


  • clintonG

    #2
    Re: ASP.NET Membership

    Yea the silence gets deafening when it starts to show how FUBAR some of the
    framework implementations have been left all broken and malformed ainna?


    "David" <david.colliver .NEWS@revilloc. REMOVETHIS.comw rote in message
    news:uykBURChIH A.1184@TK2MSFTN GP04.phx.gbl...
    Hi all,
    >
    My previous Q on this didn't get answered. I may have confused matters a
    little.
    >
    If I use Active Directory to authenticate users on my site, where do I
    manage the other aspects of site security such as roles? Is it all done in
    the active directory or the membership data in the SQL Server?
    >
    i.e. If I set up AD as my membership provider and use the ASP.NET
    configuration page, does the AD provide purely just the authentication. I
    see in web.config there is membership defaultProvider and a seperate
    roleManager which can use a different connection string.
    >
    Thanks.
    --
    Best regards,
    Dave Colliver.

    ~~
    http://www.FOCUSPortals.com - Local franchises available
    >

    Comment

    • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

      #3
      RE: ASP.NET Membership

      The AuthorizationSt oreRoleProvider works with Microsoft Authorization Manager
      (AzMan). AzMan can use role information stored in XML files or in Active
      Directory.
      -- Peter
      Site: http://www.eggheadcafe.com
      UnBlog: http://petesbloggerama.blogspot.com
      Short Urls & more: http://ittyurl.net


      "David" wrote:
      Hi all,
      >
      My previous Q on this didn't get answered. I may have confused matters a
      little.
      >
      If I use Active Directory to authenticate users on my site, where do I
      manage the other aspects of site security such as roles? Is it all done in
      the active directory or the membership data in the SQL Server?
      >
      i.e. If I set up AD as my membership provider and use the ASP.NET
      configuration page, does the AD provide purely just the authentication. I
      see in web.config there is membership defaultProvider and a seperate
      roleManager which can use a different connection string.
      >
      Thanks.
      --
      Best regards,
      Dave Colliver.

      ~~
      http://www.FOCUSPortals.com - Local franchises available
      >
      >
      >

      Comment

      • clintonG

        #4
        Re: ASP.NET Membership

        Wouldn't you agree that those kludged and outright flakey aspects of 2.0
        Membership, Roles and Profiles have been left fallow with later releases?
        Especially with regard to the scope of authentication in general?


        "Peter Bromberg [C# MVP]" <pbromberg@yaho o.NoSpamMaam.co mwrote in message
        news:28209B28-968D-4400-B377-8902EED53343@mi crosoft.com...
        The AuthorizationSt oreRoleProvider works with Microsoft Authorization
        Manager
        (AzMan). AzMan can use role information stored in XML files or in Active
        Directory.
        -- Peter
        Site: http://www.eggheadcafe.com
        UnBlog: http://petesbloggerama.blogspot.com
        Short Urls & more: http://ittyurl.net
        >
        >
        "David" wrote:
        >
        >Hi all,
        >>
        >My previous Q on this didn't get answered. I may have confused matters a
        >little.
        >>
        >If I use Active Directory to authenticate users on my site, where do I
        >manage the other aspects of site security such as roles? Is it all done
        >in
        >the active directory or the membership data in the SQL Server?
        >>
        >i.e. If I set up AD as my membership provider and use the ASP.NET
        >configuratio n page, does the AD provide purely just the authentication. I
        >see in web.config there is membership defaultProvider and a seperate
        >roleManager which can use a different connection string.
        >>
        >Thanks.
        >--
        >Best regards,
        >Dave Colliver.
        >http://www.AshfieldFOCUS.com
        >~~
        >http://www.FOCUSPortals.com - Local franchises available
        >>
        >>
        >>

        Comment

        Working...