OpenIdConnectRegistration Class

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

Inheritance
OpenIdConnectRegistration

Constructor

OpenIdConnectRegistration(*, client_id: Optional[str] = None, client_credential: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.OpenIdConnectClientCredential] = None, open_id_connect_configuration: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.OpenIdConnectConfig] = None, **kwargs)

Parameters

client_id
str
Required

The client id of the custom Open ID Connect provider.

client_credential
OpenIdConnectClientCredential
Required

The authentication credentials of the custom Open ID Connect provider.

open_id_connect_configuration
OpenIdConnectConfig
Required

The configuration settings of the endpoints used for the custom Open ID Connect provider.