Discuss this help topic in SecureBlackbox Forum
Specifies whether IdP-initiated Single Sign-On (SSO) is allowed.
Declaration
[VB.NET]
Property AllowIDPSSO As Boolean
[Pascal]
property AllowIDPSSO : boolean;
[C++]
bool get_AllowIDPSSO();
void set_AllowIDPSSO(bool Value);
[PHP]
bool get_AllowIDPSSO()
void set_AllowIDPSSO(bool $Value)
[Java]
boolean getAllowIDPSSO();
void setAllowIDPSSO(boolean Value);
Description
Set this property to true to allow Single Sign-On.
Use AddIdPSSOLink method to add the sign-on URLs.
Discuss this help topic in SecureBlackbox Forum