Item | Description |
---|---|
JSON Web Key (JWK) | A JSON object that represents a cryptographic key. The members of the object represent properties of the key, including its value. |
JSON Web Key Set (JWKS) | A JSON object that represents a set of JWKs. The JSON object MUST have a keys member, which is an array of JWKs. |
https://{yourDomain}/.well-known/jwks.json
. This endpoint will contain the JWK used to verify all Auth0-issued JWTs for this tenant.