We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Any news?
FuPingFranco
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: