Package version:

Interface CustomOpenIdConnectProvider

The configuration settings of the custom Open ID Connect provider.

interface CustomOpenIdConnectProvider {
    enabled?: boolean;
    login?: OpenIdConnectLogin;
    registration?: OpenIdConnectRegistration;
}

Properties

enabled?: boolean

false if the custom Open ID provider provider should not be enabled; otherwise, true.

The configuration settings of the login flow of the custom Open ID Connect provider.

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