JSON Web Key Set
GET
/.well-known/jwks.json
Returns the public key(s) for JWT validation in JWKS format.
Responses
Section titled “ Responses ”JWKS document with public key(s)
Response Get Jwks Well Known Jwks Json Get
object
key
additional properties
Array<object>
object
key
additional properties
any
Example
{ "keys": [ { "kty": "RSA", "kid": "2024-12-v1", "use": "sig", "alg": "RS256", "n": "0vx7agoebGc...", "e": "AQAB" } ]}Server configuration error (missing private key)