OpenIdConnectOptions.SkipUnrecognizedRequests 屬性

定義

指出 CallbackPath 的要求是否也可能適用于其他元件。 如果啟用,處理常式會傳遞未包含 OpenIdConnect 驗證回應的要求。 停用此選項並將 CallbackPath 設定為專用端點,可能會提供更好的錯誤處理。 此選項預設為停用狀態。

public:
 property bool SkipUnrecognizedRequests { bool get(); void set(bool value); };
public bool SkipUnrecognizedRequests { get; set; }
member this.SkipUnrecognizedRequests : bool with get, set
Public Property SkipUnrecognizedRequests As Boolean

屬性值

適用於