CustomOpenIdConnectProvider Class

The configuration settings of the custom Open ID Connect provider.

Inheritance
CustomOpenIdConnectProvider

Constructor

CustomOpenIdConnectProvider(*, enabled: Optional[bool] = None, registration: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.OpenIdConnectRegistration] = None, login: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.OpenIdConnectLogin] = None, **kwargs)

Parameters

enabled
bool
Required

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

registration
OpenIdConnectRegistration
Required

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

login
OpenIdConnectLogin
Required

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