Package version:

Interface OpenIdConnectRegistration

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

interface OpenIdConnectRegistration {
    clientCredential?: OpenIdConnectClientCredential;
    clientId?: string;
    openIdConnectConfiguration?: OpenIdConnectConfig;
}

Properties

The authentication credentials of the custom Open ID Connect provider.

clientId?: string

The client id of the custom Open ID Connect provider.

openIdConnectConfiguration?: OpenIdConnectConfig

The configuration settings of the endpoints used for the custom Open ID Connect provider.