InitConnectionWithCookiesEx Method
Description

Initialize the connection with an ALM server using a LWSSO token you acquired from the IdP and IdM that manage authentication. For details, see Acquire an authentication token to use for ALM APIs.

Syntax
Visual Basic
Public Function InitConnectionWithCookiesEx( _
   ByVal ServerName As String, _
   ByVal cookies As String _
) As List
Parameters
ServerName
cookies
Remarks

IdP is supported only in ALM 14.x.

After you initialize the connection, the user is authenticated, but not connected to any project. Therefore, the LoggedIn Property and the Connected Property are True and the ProjectConnected Property is False.

For a table of properties affected by the state of the connection, see the Remarks for the TDConnection object.

See Also