Documentation

JWKS

Public keys for verifying Radiant Auth JWTs.

GET/api/auth/jwks

Purpose

Serves the JSON Web Key Set used to verify ID tokens and JWT access tokens issued by Radiant Auth.

Response

A standard JWKS document with a keys array. Cache keys for a short period and refresh on unknown kid.

Example

jwks.sh
curl "https://auth.rdnt.live/api/auth/jwks"