Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.RemoveIdPSSOLink

TElSAMLIdentityProvider     See also     


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


Removes an SSO URL from the list.

Declaration

[C#]
    void RemoveIdPSSOLink(int Index);

[VB.NET]
    Sub RemoveIdPSSOLink(ByVal Index As Integer)

[Pascal]
    procedure RemoveIdPSSOLink(Index : integer);

[C++]
    void RemoveIdPSSOLink(int32_t Index);

[PHP]
    void RemoveIdPSSOLink(integer $Index)

[Java]
    void removeIdPSSOLink(int Index);

Parameters

  • Index - the index, starting from zero, of the URL to be removed.

Description

    Use this method to remove an item from the list of URLs used for IdP-initiated Single Sign-On.

See also:     AllowIdPSSO     IdPSSOLinks     AddIdPSSOLinks    

Discuss this help topic in SecureBlackbox Forum