Re: Using login alias in Membership Provider



no - this is just not supported by membership. If you need to augment the membership data with additional data you need to use Profile and simply write your own authentication library that is not tied to membership.

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

Our user directly allows authentication with "short names". For
example, the user "Joe Cool/Acme" can log in with the user id "jcool".

In implementing an ASP.NET Membership Provider, we can not figure out
how to supply the real user name (used in access control settings,
etc.) when users log in using just the short name. It seems like the
ValidateUser method should provide a way to supply the real name in
addition to just returning true or false. Are we missing something?

Thanks!



.



Relevant Pages

  • RE: Membership - Database Security
    ... I think your analysis about the shared database condition is reasonable. ... if we configure multiple ASP.NET 2.0 application's membership provider ... the existing membership data of that application incorrectly. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using login alias in Membership Provider
    ... Dominick Baier, DevelopMentor ... the membership data with additional data you need to use Profile and ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Best Approach for Membership / Profile Information
    ... the Membership table. ... my calling membership.create user and get the other fields saved by ... I want to display their name on my master page. ... However, since Profile is not ...
    (microsoft.public.dotnet.framework.aspnet)
  • Best Approach for Membership / Profile Information
    ... I've created a custom login control with values that are not used in ... the Membership table. ... I want to display their name on my master page. ... However, since Profile is not ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: "Unable to connect to SQL Server database" error when using profile
    ... Membership and Profile are two completely separate sections in the ... but custom profile and role providers. ... This is where I get an error: Unable to connect to SQL Server database ...
    (microsoft.public.dotnet.framework.aspnet)