共用方式為


GlobalValidation 類別

使用驗證/授權來判斷使用者驗證流程的組態設定App Service。

繼承
azure.mgmt.web._serialization.Model
GlobalValidation

建構函式

GlobalValidation(*, require_authentication: bool | None = None, unauthenticated_client_action: str | _models.UnauthenticatedClientActionV2 | None = None, redirect_to_provider: str | None = None, excluded_paths: List[str] | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
require_authentication

<code>true</code> 如果要求需要驗證流程,則為 ;否則為 <code>false</code>

unauthenticated_client_action

未驗證用戶端嘗試存取應用程式時要採取的動作。 已知值為:「RedirectToLoginPage」、「AllowAnonymous」、「Return401」 和 「Return403」。

redirect_to_provider
str

設定多個提供者時要使用的預設驗證提供者。 只有在已設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。

excluded_paths

未經驗證流程的路徑不會重新導向至登入頁面。

變數

名稱 Description
require_authentication

<code>true</code> 如果要求需要驗證流程,則為 ;否則為 <code>false</code>

unauthenticated_client_action

未驗證用戶端嘗試存取應用程式時要採取的動作。 已知值為:「RedirectToLoginPage」、「AllowAnonymous」、「Return401」 和 「Return403」。

redirect_to_provider
str

設定多個提供者時要使用的預設驗證提供者。 只有在已設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。

excluded_paths

未經驗證流程的路徑不會重新導向至登入頁面。