WSFederationAuthenticationModule.PassiveRedirectEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether the module is enabled to initiate WS-Federation protocol redirects.
public:
property bool PassiveRedirectEnabled { bool get(); void set(bool value); };
public bool PassiveRedirectEnabled { get; set; }
member this.PassiveRedirectEnabled : bool with get, set
Public Property PassiveRedirectEnabled As Boolean
Property Value
true
to enable redirects; otherwise, false
.
Remarks
The module will not initiate WS-Federation protocol redirects when this mode is not enabled. If this property is true
, the Issuer property must be set to the URL of the Security Token Service (STS) to which the caller should be redirected.
Warning
Application code can issue WS-Federation sign-in requests explicitly by using the SignIn method, regardless of the value of the PassiveRedirectEnabled property.