Share via


ContainerAppGlobalValidation Class

Definition

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

public class ContainerAppGlobalValidation
type ContainerAppGlobalValidation = class
Public Class ContainerAppGlobalValidation
Inheritance
ContainerAppGlobalValidation

Constructors

ContainerAppGlobalValidation()

Initializes a new instance of ContainerAppGlobalValidation.

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".

UnauthenticatedClientAction

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

Applies to