oidc v0.1.0 OIDC.OP View Source
Link to this section Summary
Functions
Returns the JWKs of an OpenID Provider (OP)
Link to this section Functions
Link to this function
jwks(validation_data)
View Sourcejwks(OIDC.Auth.Challenge.t() | OIDC.IDToken.verification_data()) :: {:ok, [JOSEUtils.JWKS.t()]} | {:error, Exception.t()}
Returns the JWKs of an OpenID Provider (OP)
The server metadata "jwks"
field takes precedence over the server metadata "jwks_uri"
field, which takes precedence over using the "issuer"
field to retrieve the JWKs.