Discuss this help topic in SecureBlackbox Forum
The location of the Single Logout Service endpoint.
Declaration
[C#]
string SingleLogoutService;
[VB.NET]
Property SingleLogoutService As String
[Pascal]
property SingleLogoutService : string;
[C++]
void get_SingleLogoutService(std::string &OutResult);
void set_SingleLogoutService(const std::string &Value);
[PHP]
string get_SingleLogoutService()
void set_SingleLogoutService(string $Value)
[Java]
String getSingleLogoutService();
void setSingleLogoutService(String Value);
Description
Use this property to specify the relative location of the Single Logout Service of this SP.
The default value is '/sp/SingleLogoutService'.
Discuss this help topic in SecureBlackbox Forum