Skip to main content
GET
Download the JSON Web Key Set (JWKS) to validate ID token signatures or configure your OIDC client library.

Query Parameters

No query parameters are required.

Response

keys
object[]
Array of JWK objects containing public keys (kty, kid, use, e, n).
The kid (Key ID) in the JWKS matches the kid header of issued ID tokens. When Hopae rotates signing keys, the JWKS is updated with the new key before tokens start referencing it.

Discovery Document

Full issuer metadata via /.well-known/openid-configuration

Token

Exchange codes for ID and access tokens