Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JwtRegisteredClaimNames Missing Standard OpenIdConnect claims #1598

Closed
apsthisdev opened this issue Feb 13, 2021 · 2 comments · Fixed by #2623
Closed

JwtRegisteredClaimNames Missing Standard OpenIdConnect claims #1598

apsthisdev opened this issue Feb 13, 2021 · 2 comments · Fixed by #2623
Assignees
Labels
Customer reported Indicates issue was opened by customer Enhancement The issue is a new feature
Milestone

Comments

@apsthisdev
Copy link

apsthisdev commented Feb 13, 2021

System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames does not contain "name" and "email_verified" claims. These are standard OpenId connect claims.

Additionally not all the standard and additional claims are provided, see below.
https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
https://openid.net/specs/openid-connect-core-1_0.html#AddressClaim

@mafurman mafurman added Customer reported Indicates issue was opened by customer Enhancement The issue is a new feature labels Feb 16, 2021
@brentschmaltz
Copy link
Member

brentschmaltz commented Mar 30, 2024

We should update for 8.x

Cpoied from #1911
Actual behaviour
System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames should have more JWT claim names.

Additional context / logs / screenshots / links to code
https://www.iana.org/assignments/jwt/jwt.xhtml
https://www.rfc-editor.org/rfc/rfc7643.html#section-4.1.2

@pars-dev
Copy link

Any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer reported Indicates issue was opened by customer Enhancement The issue is a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants