IdentityProviders interface
The configuration settings of each of the identity providers used to configure ContainerApp 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. |
|
The configuration settings of the Twitter provider. |
Property Details
apple
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}