Re: AzMan Still the way to go?



If it is an intranet app i would def. go for integrated auth. This is the most powerful option...

I don't like membership. For roles you can still add app defined roles to your users...

---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com

Stefan is the man. He was one of the key guys on membership.

Your approach sounds reasonable. If provisioning the roles in SQL
becoms a problem due to the need to keep AD and SQL in sync in order
to associate users with roles, you might also consider using AD group
membership for roles. You can also just use Windows authentication in
IIS instead of the AD membership provider if you don't need
forms-based authentication for your application. That depends a lot
on what the deployment model is, whether you can use IWA to get SSO,
the look and feel you want, etc. If you can avoid using forms auth
and the membership provider, I would.

Best of luck!

Joe K.



.



Relevant Pages

  • Re: Need to load 200 users into Form security DB
    ... using an IDataReader or a DataSet, and then create your TSQL. ... membership provider" if you want to see what that entails. ... The only thing I have done for security so far is to ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET 2: Membership/RoleMangement vs. ASP.NET 1.1.. question
    ... I guess in this case you will have to build your own membership provider ... > own SQL Server/Access database. ... > herein lies the problem -- if i am to use ASP.NET 2's Authentication ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Membership Provider
    ... Steven Cheng ... Microsoft Online Support ... | Subject: Re: Membership Provider ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Using login alias in Membership Provider
    ... or with the Login control: ... So are you using the AD membership provider currently? ... name that is ever used in access control lists, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: MemberShip Question
    ... As for the Membership Provider setting, we can override it in our web ... has predefined the default membership provider as SqlMembershipProvider, ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.dotnet.framework.aspnet)