IdentityServer4 icon indicating copy to clipboard operation
IdentityServer4 copied to clipboard

avoid "email" claim duplication when using AspNetIdentity with option…

Open apylypchuk opened this issue 5 years ago • 1 comments

…s.ClaimsIdentity.EmailClaimType = JwtClaimTypes.Email;

At this point we cannot accept PRs for new features, only bugfixes. Thanks!

What issue does this PR address? avoid "email" claim duplication when using AspNetIdentity with options.ClaimsIdentity.EmailClaimType = JwtClaimTypes.Email;

Does this PR introduce a breaking change? nope, it will save from extra db call and avoid email claim duplication.

Please check if the PR fulfills these requirements

  • [x] The commit follows our guidelines
  • [ ] Unit Tests for the changes have been added (for bug fixes / features)

Other information:

apylypchuk avatar Dec 15 '20 15:12 apylypchuk

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.

stale[bot] avatar Dec 25 '20 15:12 stale[bot]