OpenIdConnectConfig interface
The configuration settings of the endpoints used for the custom Open ID Connect provider.
Properties
authorization |
The endpoint to be used to make an authorization request. |
certification |
The endpoint that provides the keys necessary to validate the token. |
issuer | The endpoint that issues the token. |
token |
The endpoint to be used to request a token. |
well |
The endpoint that contains all the configuration endpoints for the provider. |
Property Details
authorizationEndpoint
The endpoint to be used to make an authorization request.
authorizationEndpoint?: string
Property Value
string
certificationUri
The endpoint that provides the keys necessary to validate the token.
certificationUri?: string
Property Value
string
issuer
The endpoint that issues the token.
issuer?: string
Property Value
string
tokenEndpoint
The endpoint to be used to request a token.
tokenEndpoint?: string
Property Value
string
wellKnownOpenIdConfiguration
The endpoint that contains all the configuration endpoints for the provider.
wellKnownOpenIdConfiguration?: string
Property Value
string