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. |
| azure |
The configuration settings of the Azure Active directory provider. |
| azure |
The configuration settings of the Azure Static Web Apps provider. |
| custom |
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. |
The configuration settings of the Facebook provider. |
|
| git |
The configuration settings of the GitHub provider. |
The configuration settings of the Google provider. |
|
| legacy |
The configuration settings of the legacy Microsoft Account provider. |
The configuration settings of the Twitter provider. |
Property Details
apple
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
Record<string, CustomOpenIdConnectProviderOutput>
The configuration settings of the Facebook provider.
facebook?: FacebookOutput
Property Value
gitHub
The configuration settings of the GitHub provider.
gitHub?: GitHubOutput
Property Value
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
The configuration settings of the Twitter provider.
twitter?: TwitterOutput