v2

latestOpenAPI 3.1.02026-08-04642899.5 KB
oauth-provider
oauth-provider

Jwks Endpoint

JSON Web Key Set (JWKS) endpoint.

Returns public keys for JWT signature verification. Cached in Redis with 24h TTL.

Returns: JSONResponse: JWKS document containing public keys

Example Response: { "keys": [ { "kty": "RSA", "use": "sig", "kid": "oauth-rsa-key-2024", "n": "...", "e": "AQAB" } ] }

get/oauth/pg/jwks

Response

Successful Response

{"stackTrail":"paths:/oauth/pg/jwks:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}