User.Identity.Name is null after 1.0.1 to 1.0.2 update

Within our .net 6 projects when we have upgraded auth0 from 1.0.1 to 1.0.2 the User.Identity.Name is now null and we can see these differences in the claims;

1.0.1 User.Identity.Claims[1] value = {name: ouruseremailaddress.email.com}

1.0.2 User.Identity.Claims[1] value = {http : //schemas.xmlsoap.org/ws/2005/05/identity/claims/name: ouruseremailaddress.email.com}

Hey there!

The best way to handle that would be to raise a GitHub issue in appropriate repo of ours so we can work on that directly with the repo maintainers. Once you have a link to it you can share it here so we can ping them. Thank you!

Hi, link to issue below:

User.Identity.Name is null after 1.0.1 to 1.0.2 update · Issue #71 · auth0/auth0-aspnetcore-authentication (github.com)

1 Like

Perfect! Thanks a lot. I’ll ping the repo maintainers in a minute!