0
huntethan89 created
Hi Team,
We are using ASP.NET MVC 5.x & JQuery and AspZero version is 5.1.0.0. we have integrated ADFS. We are facing an issue while user registration via ADFS. Let me explain with example
Suppose in AD, account is Mike Smith. When this user login to site for first time via ADFS, their account will create as Mike Mike. Need to fix this so that proper account name is created.
Thanks in Advance.
1 Answer(s)
-
0
Hi,
AspNet Zeru uses "name" claim, splits it and assigns first part to FirstName and second part to LastName. Could you check on your ADFS side to see if the claim "name" is set propertly ?
Thanks,