GlobalValidation 類別
使用 ContainerApp Service Authentication/Authorization 決定使用者驗證流程的組態設定。
- 繼承
-
azure.mgmt.appcontainers._serialization.ModelGlobalValidation
建構函式
GlobalValidation(*, unauthenticated_client_action: str | _models.UnauthenticatedClientActionV2 | None = None, redirect_to_provider: str | None = None, excluded_paths: List[str] | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
unauthenticated_client_action
|
當未經驗證的用戶端嘗試存取應用程式時,要採取的動作。 已知值為:「RedirectToLoginPage」、「AllowAnonymous」、「Return401」 和 「Return403」。 |
redirect_to_provider
|
設定多個提供者時要使用的預設驗證提供者。 只有在設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。 |
excluded_paths
|
未經驗證流程的路徑不會重新導向至登入頁面。 |
變數
名稱 | Description |
---|---|
unauthenticated_client_action
|
當未經驗證的用戶端嘗試存取應用程式時,要採取的動作。 已知值為:「RedirectToLoginPage」、「AllowAnonymous」、「Return401」 和 「Return403」。 |
redirect_to_provider
|
設定多個提供者時要使用的預設驗證提供者。 只有在設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。 |
excluded_paths
|
未經驗證流程的路徑不會重新導向至登入頁面。 |