IdentityProviders Class
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
- Inheritance
-
azure.mgmt.web._serialization.ModelIdentityProviders
Constructor
IdentityProviders(*, azure_active_directory: _models.AzureActiveDirectory | None = None, facebook: _models.Facebook | None = None, git_hub: _models.GitHub | None = None, google: _models.Google | None = None, legacy_microsoft_account: _models.LegacyMicrosoftAccount | None = None, twitter: _models.Twitter | None = None, apple: _models.Apple | None = None, azure_static_web_apps: _models.AzureStaticWebApps | None = None, custom_open_id_connect_providers: Dict[str, _models.CustomOpenIdConnectProvider] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
azure_active_directory
|
The configuration settings of the Azure Active directory provider. |
facebook
|
The configuration settings of the Facebook provider. |
git_hub
|
The configuration settings of the GitHub provider. |
google
|
The configuration settings of the Google provider. |
legacy_microsoft_account
|
The configuration settings of the legacy Microsoft Account provider. |
twitter
|
The configuration settings of the Twitter provider. |
apple
|
The configuration settings of the Apple provider. |
azure_static_web_apps
|
The configuration settings of the Azure Static Web Apps provider. |
custom_open_id_connect_providers
|
The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider. |
Variables
Name | Description |
---|---|
azure_active_directory
|
The configuration settings of the Azure Active directory provider. |
facebook
|
The configuration settings of the Facebook provider. |
git_hub
|
The configuration settings of the GitHub provider. |
google
|
The configuration settings of the Google provider. |
legacy_microsoft_account
|
The configuration settings of the legacy Microsoft Account provider. |
twitter
|
The configuration settings of the Twitter provider. |
apple
|
The configuration settings of the Apple provider. |
azure_static_web_apps
|
The configuration settings of the Azure Static Web Apps provider. |
custom_open_id_connect_providers
|
The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider. |
Azure SDK for Python