OpenIdConnectRegistration Class
The configuration settings of the app registration for the custom Open ID Connect provider.
Constructor
OpenIdConnectRegistration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
client_id
|
The client id of the custom Open ID Connect provider. |
|
client_credential
|
The authentication credentials of the custom Open ID Connect provider. |
|
open_id_connect_configuration
|
The configuration settings of the endpoints used for the custom Open ID Connect provider. |
Attributes
client_credential
The authentication credentials of the custom Open ID Connect provider.
client_credential: _models.OpenIdConnectClientCredential | None
client_id
The client id of the custom Open ID Connect provider.
client_id: str | None
open_id_connect_configuration
The configuration settings of the endpoints used for the custom Open ID Connect provider.
open_id_connect_configuration: _models.OpenIdConnectConfig | None