GlobalValidationResponse

data class GlobalValidationResponse(val excludedPaths: List<String>? = null, val redirectToProvider: String? = null, val unauthenticatedClientAction: String? = null)

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

Constructors

Link copied to clipboard
constructor(excludedPaths: List<String>? = null, redirectToProvider: String? = null, unauthenticatedClientAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val excludedPaths: List<String>? = null

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

Link copied to clipboard

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

Link copied to clipboard

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