Skip to main content

Get all JWKs

GET 

/.well-known/jwks.json

Returns the JSON Web Key Set document containing the public keys of all AuthorizationServer instances registered with this service. Each key entry in the set includes the key type, algorithm, intended use, key identifier, and the encoded key material along with any available certificate chain in the x5c field. Keys are derived from the signing or TLS certificates configured on the referenced AuthorizationServer AuthStates at service initialization. Clients use the kid value from a JWT's JOSE header to identify and retrieve the matching verification key from this set. The response is recomputed when the underlying key configuration changes and cached between recomputations.

Responses

Successful operation

Schema

    object

Loading...