Web App Auth Settings V2
Configuration settings for the Azure App Service Authentication / Authorization V2 feature. Uses Azure REST API version 2021-02-01. In version 2.x of the Azure Native provider, it used API version 2021-02-01. Other available API versions: 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppAuthSettingsV2 myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2
Properties
The Azure API version of the resource.
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
The configuration settings of the login flow of users using App Service Authentication/Authorization.
The configuration settings of the platform of App Service Authentication/Authorization.