v1

latestOpenAPI 3.0.32026-07-17183583.3 KB
ApiKeys

Get JWKS

Returns the JSON Web Key Set (RFC 7517) with the public keys needed to verify JWT tokens issued by this service. Keys are loaded from configuration (file://, https://, or base64:// URIs).

GET /v2alpha1/derivedKeys/jwks.json
get/v2alpha1/derivedKeys/jwks.json

Response

A successful response.

jwksobject

jwks is a JSON Web Key Set (RFC 7517). Always contains a single top-level field "keys" whose value is an array of JWK objects. Each JWK has at minimum a "kty" (key type), "kid" (key ID), and key-type-specific material (e.g., "x" and "crv" for OKP/Ed25519, "n" and "e" for RSA).