IdentityProviders Class

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

Constructor

IdentityProviders(*args: Any, **kwargs: Any)

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.

Attributes

apple

The configuration settings of the Apple provider.

apple: _models.Apple | None

azure_active_directory

The configuration settings of the Azure Active directory provider.

azure_active_directory: _models.AzureActiveDirectory | None

azure_static_web_apps

The configuration settings of the Azure Static Web Apps provider.

azure_static_web_apps: _models.AzureStaticWebApps | None

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.

custom_open_id_connect_providers: dict[str, '_models.CustomOpenIdConnectProvider'] | None

facebook

The configuration settings of the Facebook provider.

facebook: _models.Facebook | None

git_hub

The configuration settings of the GitHub provider.

git_hub: _models.GitHub | None

google

The configuration settings of the Google provider.

google: _models.Google | None

legacy_microsoft_account

The configuration settings of the legacy Microsoft Account provider.

legacy_microsoft_account: _models.LegacyMicrosoftAccount | None

twitter

The configuration settings of the Twitter provider.

twitter: _models.Twitter | None