CustomOpenIdConnectProvider Class

The configuration settings of the custom Open ID Connect provider.

Constructor

CustomOpenIdConnectProvider(*args: Any, **kwargs: Any)

Variables

Name Description
enabled

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

registration

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

login

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

Attributes

enabled

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

enabled: bool | None

login

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

login: _models.OpenIdConnectLogin | None

registration

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

registration: _models.OpenIdConnectRegistration | None