SiteAuthSettingsV2 interface
Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
- Extends
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. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
globalValidation
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
globalValidation?: GlobalValidation
Property Value
httpSettings
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
httpSettings?: HttpSettings
Property Value
identityProviders
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
identityProviders?: IdentityProviders
Property Value
login
The configuration settings of the login flow of users using App Service Authentication/Authorization.
login?: Login
Property Value
platform
The configuration settings of the platform of App Service Authentication/Authorization.
platform?: AuthPlatform
Property Value
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type