Discuss this help topic in SecureBlackbox Forum
Specifies the URL of the single sign-on (SSO) service.
Declaration
[C#]
string SingleSignOnService;
[VB.NET]
Property SingleSignOnService As String
[Pascal]
property SingleSignOnService : string;
[C++]
void get_SingleSignOnService(std::string &OutResult);
void set_SingleSignOnService(const std::string &Value);
[PHP]
string get_SingleSignOnService()
void set_SingleSignOnService(string $Value)
[Java]
String getSingleSignOnService();
void setSingleSignOnService(String Value);
Description
This property specifies the location of the SSO service relative to URL.
The default value is '/idp/SingleSignOnService'.
Discuss this help topic in SecureBlackbox Forum