Discuss this help topic in SecureBlackbox Forum
The URL of the SAML identity provider.
Declaration
[VB.NET]
Property IdPURL As String
[Pascal]
property IdPURL : string;
[C++]
void get_IdPURL(std::string &OutResult);
void set_IdPURL(const std::string &Value);
[PHP]
string get_IdPURL()
void set_IdPURL(string $Value)
[Java]
String getIdPURL();
void setIdPURL(String Value);
Description
Use this property to specify the URL of the IdP used to handle user requests.
Discuss this help topic in SecureBlackbox Forum