JSON Web Key Set
GET/.well-known/jwks.json
Returns the public keys used to verify ID tokens and other signed JWTs issued by the authorization server.
Clients should cache this response and refresh it periodically or when encountering an unknown kid in a JWT header.
Responses
- 200
OK