GlobalValidation interface

The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

Properties

excludedPaths

The paths for which unauthenticated flow would not be redirected to the login page.

redirectToProvider

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

requireAuthentication

true if the authentication flow is required any request is made; otherwise, false.

unauthenticatedClientAction

The action to take when an unauthenticated client attempts to access the app.

Property Details

excludedPaths

The paths for which unauthenticated flow would not be redirected to the login page.

excludedPaths?: string[]

Property Value

string[]

redirectToProvider

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

redirectToProvider?: string

Property Value

string

requireAuthentication

true if the authentication flow is required any request is made; otherwise, false.

requireAuthentication?: boolean

Property Value

boolean

unauthenticatedClientAction

The action to take when an unauthenticated client attempts to access the app.

unauthenticatedClientAction?: UnauthenticatedClientActionV2

Property Value