JSON Web Key Set (JWKS) Endpoint
Discovery
JSON Web Key Set (JWKS) Endpoint
Provides the set of public keys used to verify the signature of JWTs issued by the authentication server. Clients should use the kid (Key ID) from a JWT’s header to select the correct key for validation.
GET
JSON Web Key Set (JWKS) Endpoint
Response
200 - application/json
A JSON object containing an array of public keys.