OpenIdConnectRegistration interface
The configuration settings of the app registration for the custom Open ID Connect provider.
Properties
| client |
The authentication credentials of the custom Open ID Connect provider. |
| client |
The client id of the custom Open ID Connect provider. |
| open |
The configuration settings of the endpoints used for the custom Open ID Connect provider. |
Property Details
clientCredential
The authentication credentials of the custom Open ID Connect provider.
clientCredential?: OpenIdConnectClientCredential
Property Value
clientId
The client id of the custom Open ID Connect provider.
clientId?: string
Property Value
string
openIdConnectConfiguration
The configuration settings of the endpoints used for the custom Open ID Connect provider.
openIdConnectConfiguration?: OpenIdConnectConfig