Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The SSOEnabled property gets or sets a Boolean value that indicates whether single sign on (SSO) is enabled for the Web listener.
This property is read/write.
Syntax
HRESULT put_SSOEnabled(
VARIANT_BOOL fEnabled
);
HRESULT get_SSOEnabled(
VARIANT_BOOL *pfEnabled
);
' Data type: Boolean
Property SSOEnabled( _
ByVal fEnabled As VARIANT_BOOL, _
ByVal pfEnabled As VARIANT_BOOL _
) As Boolean
Property value
Boolean value that indicates whether SSO is enabled for the Web listener.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is False (VARIANT_FALSE in C++).
If the Web listener is configured for forms-based authentication and SSO is enabled, users that are authenticated for access to a Web site that matches a domain name specified for SSO in the Web listener can access any other URL containing a matching domain name through the Web listener without being prompted to present credentials again. The domain names that are used for SSO through the Web listener are specified in the SSODomainNames property.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010