Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SingleSignOnService

TElSAMLIdentityProvider     See also     


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


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'.

See also:     SingleSignOnServiceBindings     SingleLogoutService     URL    

Discuss this help topic in SecureBlackbox Forum