Package version:

Interface GlobalValidation

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

Hierarchy

  • GlobalValidation

Properties

excludedPaths?: string[]

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

redirectToProvider?: string

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?: UnauthenticatedClientActionV2

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

Generated using TypeDoc