Get JWKS (JSON Web Key Set) for JWT verification
RSA Keys
Get JWKS (JSON Web Key Set) for JWT verification
Returns the public key in JWKS format for JWT token verification. This endpoint is PUBLIC and requires no authentication.
JWKS Compliance:
- Compliant with RFC 7517 (JSON Web Key specification)
- Standard format expected by JWT libraries
- Includes RSA modulus (n) and exponent (e) for verification
Why this endpoint is public:
- Industry standard for JWT verification endpoints
- Required by OAuth2/OIDC specifications
- Enables automatic key discovery by client libraries
The endpoint delegates to the app’s workspace key infrastructure.
GET
Get JWKS (JSON Web Key Set) for JWT verification