Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.IdPURL

TElSAMLClientSettings     


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


The URL of the SAML identity provider.

Declaration

[C#]
    string IdPURL;

[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