SiteAuthSettingsV2PropertiesOutput interface
SiteAuthSettingsV2 resource specific properties
Properties
| global |
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization. |
| http |
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization. |
| identity |
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. |
| login | The configuration settings of the login flow of users using App Service Authentication/Authorization. |
| platform | The configuration settings of the platform of App Service Authentication/Authorization. |
Property Details
globalValidation
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
globalValidation?: GlobalValidationOutput
Property Value
httpSettings
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
httpSettings?: HttpSettingsOutput
Property Value
identityProviders
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
identityProviders?: IdentityProvidersOutput
Property Value
login
The configuration settings of the login flow of users using App Service Authentication/Authorization.
login?: LoginOutput
Property Value
platform
The configuration settings of the platform of App Service Authentication/Authorization.
platform?: AuthPlatformOutput