CustomOpenIdConnectProvider interface
The configuration settings of the custom Open ID Connect provider.
Properties
enabled |
|
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