Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.IDPSSOPage

TElSAMLIdentityProvider     See also     


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


Specifies the relative URL of the IdP-initiated SSO page.

Declaration

[C#]
    string IDPSSOPage;

[VB.NET]
    Property IDPSSOPage As String

[Pascal]
    property IDPSSOPage : string;

[C++]
    void get_IDPSSOPage(std::string &OutResult);
    void set_IDPSSOPage(const std::string &Value);

[PHP]
    string get_IDPSSOPage()
    void set_IDPSSOPage(string $Value)

[Java]
    String getIDPSSOPage();
    void setIDPSSOPage(String Value);

Description

Use this property to specify the address of the IdP-initiated Single Sign-On page. The default value is '/idpsso'

See also:     IdPSSOLinks    

Discuss this help topic in SecureBlackbox Forum