Share via


IdentityProvidersOutput interface

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

Properties

apple

The configuration settings of the Apple provider.

azureActiveDirectory

The configuration settings of the Azure Active directory provider.

azureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

customOpenIdConnectProviders

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.

facebook

The configuration settings of the Facebook provider.

gitHub

The configuration settings of the GitHub provider.

google

The configuration settings of the Google provider.

legacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

twitter

The configuration settings of the Twitter provider.

Property Details

apple

The configuration settings of the Apple provider.

apple?: AppleOutput

Property Value

azureActiveDirectory

The configuration settings of the Azure Active directory provider.

azureActiveDirectory?: AzureActiveDirectoryOutput

Property Value

azureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

azureStaticWebApps?: AzureStaticWebAppsOutput

Property Value

customOpenIdConnectProviders

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.

customOpenIdConnectProviders?: Record<string, CustomOpenIdConnectProviderOutput>

Property Value

facebook

The configuration settings of the Facebook provider.

facebook?: FacebookOutput

Property Value

gitHub

The configuration settings of the GitHub provider.

gitHub?: GitHubOutput

Property Value

google

The configuration settings of the Google provider.

google?: GoogleOutput

Property Value

legacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

legacyMicrosoftAccount?: LegacyMicrosoftAccountOutput

Property Value

twitter

The configuration settings of the Twitter provider.

twitter?: TwitterOutput

Property Value