DefaultJwksController
extends Controller
in package
An implementation of JWK Set document endpoint.
An OpenID Provider (OP) is required to expose its JSON Web Key Set document (JWK Set) so that client applications can (1) verify signatures by the OP and (2) encrypt their requests to the OP. See RFC 7517 for details about JWK Set.
The URI of a JWK Set document endpoint can be found as the value of the
jwks_uri
metadata which is defined in
OpenID Provider Metadata
if the OP supports
OpenID Connect Discovery 1.0.
Table of Contents
Methods
- __invoke() : Response
- The entry point of this controller.
Methods
__invoke()
The entry point of this controller.
public
__invoke(AuthleteApi $api) : Response
Parameters
- $api : AuthleteApi
-
An implementation of the
AuthleteApi
interface.
Return values
Response —A response that should be returned to the client.