Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

why added user.lastname to claim, but checked the user.name? #198

Closed
JamesYing opened this issue May 19, 2017 · 1 comment
Closed

why added user.lastname to claim, but checked the user.name? #198

JamesYing opened this issue May 19, 2017 · 1 comment

Comments

@JamesYing
Copy link

why added user.lastname to claim, but checked the user.name in Identity.API/Services/ProfileService.cs?

if (!string.IsNullOrWhiteSpace(user.Name)) claims.Add(new Claim("last_name", user.LastName));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants