v1

OpenAPI 3.1.02026-07-13632897.9 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/mindsort/jwks

Response

Successful Response

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