OpenIdConnectRegistration Class
The configuration settings of the app registration for the custom Open ID Connect provider.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelOpenIdConnectRegistration
Constructor
OpenIdConnectRegistration(*, client_id: str | None = None, client_credential: _models.OpenIdConnectClientCredential | None = None, open_id_connect_configuration: _models.OpenIdConnectConfig | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python