OAuth2 Provider JWKS Endpoint
GET/oauth2/jwks
GET
/oauth2/jwks
Returns the JSON Web Key Set containing public keys used for OAuth2/OIDC token signing.
Responses
Section titled “Responses”JWKS response
object
keys
required
Array<object>
JSON Web Key for JWT verification
object
alg
required
Algorithm used with this key
string
Example
RS256e
required
RSA public exponent
string
Example
AQABkid
required
Key ID
string
Example
key-id-1kty
required
Key type
string
Example
RSAn
required
RSA modulus
string
Example
abcd1234...use
required
Key usage
string
Example
sigdefault
Section titled “default”Error
object
error
required
OAuth2 error code
string
error_description
Human-readable error description
string