WSFederationElement::PassiveRedirectEnabled Property

.NET Framework (current version)
 

Gets or sets the passiveRedirectEnabled attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("passiveRedirectEnabled", DefaultValue = true, 
	IsRequired = false)]
property bool PassiveRedirectEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to enable the WS-Federation Authentication Module (WSFAM) to automatically redirect unauthorized requests to an STS; otherwise, false. The default is true, unauthorized requests are automatically redirected. Optional.

.NET Framework
Available since 4.5
Return to top
Show: