Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.AllowIDPSSO

TElSAMLIdentityProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether IdP-initiated Single Sign-On (SSO) is allowed.

Declaration

[C#]
    bool AllowIDPSSO;

[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.

See also:     AddIdPSSOLink    

Discuss this help topic in SecureBlackbox Forum