Sdílet prostřednictvím


CustomOpenIdConnectProvider interface

The configuration settings of the custom Open ID Connect provider.

Properties

enabled

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

login

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

registration

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

Property Details

enabled

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

enabled?: boolean

Property Value

boolean

login

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

login?: OpenIdConnectLogin

Property Value

registration

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

registration?: OpenIdConnectRegistration

Property Value