OpenIdConnectRegistration interface

The configuration settings of the app registration for the custom Open ID Connect provider.

Properties

clientCredential

The authentication credentials of the custom Open ID Connect provider.

clientId

The client id of the custom Open ID Connect provider.

openIdConnectConfiguration

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

Property Value