你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityProviders Class

The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

Inheritance
azure.mgmt.web._serialization.Model
IdentityProviders

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.