Discuss this help topic in SecureBlackbox Forum
Specifies the relative URL of the IdP-initiated SSO page.
Declaration
[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'
Discuss this help topic in SecureBlackbox Forum