Compartir a través de


IdentityProviders 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?: Apple

Property Value

azureActiveDirectory

The configuration settings of the Azure Active directory provider.

azureActiveDirectory?: AzureActiveDirectory

Property Value

azureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

azureStaticWebApps?: AzureStaticWebApps

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?: {[propertyName: string]: CustomOpenIdConnectProvider}

Property Value

{[propertyName: string]: CustomOpenIdConnectProvider}

facebook

The configuration settings of the Facebook provider.

facebook?: Facebook

Property Value

gitHub

The configuration settings of the GitHub provider.

gitHub?: GitHub

Property Value

google

The configuration settings of the Google provider.

google?: Google

Property Value

legacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

legacyMicrosoftAccount?: LegacyMicrosoftAccount

Property Value

twitter

The configuration settings of the Twitter provider.

twitter?: Twitter

Property Value