Auth0 uses the JSON Web Key (JWK) specification, so the public key is stored in a “well known” place. JWT.io then simply makes an educated guess based on iss
.
The key is stored in https://your_domain/.well-known/jwks.json
.
Auth0 uses the JSON Web Key (JWK) specification, so the public key is stored in a “well known” place. JWT.io then simply makes an educated guess based on iss
.
The key is stored in https://your_domain/.well-known/jwks.json
.