jwks_uri
), which contains the JWKS used to sign all Auth0-issued (JWTs) signed with the RS256 . The endpoint exists at:
https://{yourDomain}/.well-known/openid-configuration
.
When validating a JWT using a JWKS, you will need to:
kid
property).kid
property from the Header of the decoded JWT.kid
property.x5c
property in your JWKS.