GlobalValidation interface
使用 ContainerApp Service 驗證/授權來決定使用者驗證流程的組態設定。
屬性
excluded |
未經驗證流程的路徑不會重新導向至登入頁面。 |
redirect |
設定多個提供者時要使用的預設驗證提供者。 只有在已設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。 |
unauthenticated |
未驗證用戶端嘗試存取應用程式時要採取的動作。 |
屬性詳細資料
excludedPaths
未經驗證流程的路徑不會重新導向至登入頁面。
excludedPaths?: string[]
屬性值
string[]
redirectToProvider
設定多個提供者時要使用的預設驗證提供者。 只有在已設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。
redirectToProvider?: string
屬性值
string
unauthenticatedClientAction
未驗證用戶端嘗試存取應用程式時要採取的動作。
unauthenticatedClientAction?: UnauthenticatedClientActionV2