ASP.NET 2.0 Multiple Membership Providers for Authentication



Hi,

we are planing two use - if possible - two Membership Providers at the
same time for authentication within the same application.

Short background

Imagine a community page, such as a forum. It comes with its very own
membership provider given to us by our customer. We cannot change that
one. We just have to live with it. Their users are authenticated by
this provider and then allowed to use forums, eCards, etc.

Now, they want us to add a backend to their site. For that we need
another membership provider which will determine whether the user has
the rights needed to administer/change/add/delete certain pages/content
areas. As both - totally different user roles - need to work on the
same pages, we need a solution to implement two different
authentication schemes in the same application at the same time.

Is there a way to accomplish that and where would we start?

Thanks in advance,
Daniel

.



Relevant Pages

  • Re: WindowsTokenRoleProvider & Domain Groups
    ... as the auth store. ... If you do plan to use the AD membership provider, ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... The only reason I'm using Windows Authentication ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Custom Membership provider without password management
    ... a Web Access Control environment so that authentication is performed ... I don't have to concern about authentication since ... I want to use ASP.NET 2.0 membership provider model, ... (nor is this allowed by the company's security policy). ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Active Directory Membership Provider permission
    ... The AD membership provider plugs ... It sounds like he just wants the authentication part and doesn't need the ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ... The current service account is a User account and the subject provider ...
    (microsoft.public.windows.server.active_directory)
  • Moss 2007 Active Directory/LDAP with SSL Configuration Issue
    ... I tried to setup moss 2007 form based authentication against ... Active Directory with AD/LDAP Membership Provider. ... False Authentication Type: Thread account name: MYSERVER ... Membership Provider and I still get the same sign in form error above. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: ASP.NET 2.0 Multiple Membership Providers for Authentication
    ... You could always write your own provider and delegate to the right one, ... Imagine a community page, such as a forum. ... membership provider given to us by our customer. ... authentication schemes in the same application at the same time. ...
    (microsoft.public.dotnet.framework.aspnet.security)