Interlaken
API referenceIdentity and accessOAuth 2.1

Signing keys

GET
/.well-known/jwks.json

The public half of the RS256 keys that sign access tokens, as a JSON Web Key Set. Match a token's kid header against it to verify a token yourself. Also served at /api/v1/auth/jwks, which is the location the discovery document advertises.

Response Body

application/json

curl -X GET "https://example.com/.well-known/jwks.json"
{  "keys": [    {}  ]}