OIDC
JWKS
Retrieve the JSON Web Key Set for verifying Hopae-issued ID tokens
GET
Download the JSON Web Key Set (JWKS) to validate ID token signatures or configure your OIDC client library.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
No query parameters are required.Response
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.Related Resources
Discovery Document
Full issuer metadata via
/.well-known/openid-configurationToken
Exchange codes for ID and access tokens

