Authorization Server JWK Set Service: Overview
When the OpenID Connect provider uses asymmetric signatures and encryption using a JWK Set, the keys must be shared. That functionality is provided by the JWK Set service.
For more information, refer to the specification: http://openid.net/specs/openid-connect-core-1_0.html#RotateSigKeys.
URL: https://{oauth-provider-url}/oauth/jwks
Action | Endpoint | Description |
---|---|---|
get public JWK set | GET /oauth/jwks | Returns information about the JWK Set for the specified OAuth Provider. |