WsFederationOptions.SkipUnrecognizedRequests Property

Definition

Indicates if requests to the CallbackPath may also be for other components. If enabled the handler will pass requests through that do not contain WsFederation authentication responses. Disabling this and setting the CallbackPath to a dedicated endpoint may provide better error handling. This is disabled by default.

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

Property Value

Applies to