https://{yourDomain}/.well-known/``jwks.json
.
If you generate your own signing keys, you can import the public key to your tenant’s /.well-known
JWKS endpoint. Auth0 can be the single distribution point for Auth0 signing keys and your custom signing keys. If your business case requires your application to be embedded in remote devices, you can migrate your existing signing keys for Auth0 to publish the public key to your /.well-known
endpoint.
When access tokens with your custom signing keys are being issued as a result of a user authentication and :
{yourCustomDomain}/.well-known/jwks.json
./.wellknown
endpoint.PUT
call to the Create or replace custom signing keys endpoint to import a set of custom public keys into Auth0. Existing custom keys will be replaced by the new set. You can import up to ten custom keys in JWKS format.
GET
call to the Get custom signing keys endpoint to retrieve the set of custom keys as an array of JWK objects.
To delete existing custom keys, make a DELETE
call to the Delete custom keys endpoint to delete the custom keys.