OpenIdConnectConfig |
OpenIdConnectRegistration.openIdConnectConfiguration() |
Get the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open
ID Connect provider.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withAuthorizationEndpoint(String authorizationEndpoint) |
Set the authorizationEndpoint property: The endpoint to be used to make an authorization request.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withCertificationUri(String certificationUri) |
Set the certificationUri property: The endpoint that provides the keys necessary to validate the token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withIssuer(String issuer) |
Set the issuer property: The endpoint that issues the token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withTokenEndpoint(String tokenEndpoint) |
Set the tokenEndpoint property: The endpoint to be used to request a token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withWellKnownOpenIdConfiguration(String wellKnownOpenIdConfiguration) |
Set the wellKnownOpenIdConfiguration property: The endpoint that contains all the configuration endpoints for the
provider.
|