Re: Using login alias in Membership Provider
- From: "Stephen Walch" <swalch@xxxxxxxxxxxxx>
- Date: Fri, 27 Oct 2006 06:37:16 -0400
I believe that you have misunderstood my question. I am not trying to add a
"Display Name". Users have only one name ("John Smith/Acme") and that is
the only name that is ever used in access control lists, role membership
lists, etc. and it is the only name that should be displayed.
The problem is that my directory allows users to authenticate with multiple
versions of their name ("John Smith", "jsmith" jsmith@xxxxxxxx" or even
"John" or "Smith" if those happen to be unique in the organization).
Regardless of how they authenticate, I always want to return the real name
"John Smith/Acme" to ASP.NET.
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:$ArmYfZ%23GHA.3912@xxxxxxxxxxxxxxxxxxxxxxxx
Hello Stephen,
I think Dominick's suggestion is reasonable. From the requirement you
mentioned, you want to also provide an additional display name when the
user login through their logid. I think the Display name is an additional
field to the built-in membership provider, the built-in membership
provider
exposs username, password, email, question, answer.... properties.
Therefore, if you want to attache such additional properties, you may
consider extending the default membership provider or use other storage
(such as the Profile properties Dominick mentioned). Would you also tell
us
how you will use the display name in your application's code (some pseudo
code will be helpful). We can consider whch approach is better according
to
your concrete scenario.
Here are some articles about the ASP.NET profile service and memberhip
provider
#ASP.NET Profile Properties
http://msdn2.microsoft.com/en-us/library/at64shx3.aspx
#Defining ASP.NET Profile Properties
http://msdn2.microsoft.com/en-us/library/d8b58y5d.aspx
#ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security
Resources
http://weblogs.asp.net/scottgu/archive/2006/02/24/438953.aspx
Please feel free to let me know if you have any further questions or
ideas.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: Using login alias in Membership Provider
- From: Renaud Langis
- Re: Using login alias in Membership Provider
- From: Steven Cheng[MSFT]
- Re: Using login alias in Membership Provider
- References:
- Re: Using login alias in Membership Provider
- From: Dominick Baier
- Re: Using login alias in Membership Provider
- From: Dominick Baier
- Re: Using login alias in Membership Provider
- From: Steven Cheng[MSFT]
- Re: Using login alias in Membership Provider
- Prev by Date: Re: Using login alias in Membership Provider
- Next by Date: Re: Using login alias in Membership Provider
- Previous by thread: Re: Using login alias in Membership Provider
- Next by thread: Re: Using login alias in Membership Provider
- Index(es):
Relevant Pages
|