ISSOTicket.IssueTicket Method

 

The IssueTicket method issues an Enterprise Single Sign-On (SSO) server ticket for authenticating a user on an application.

Syntax

  
HRESULT IssueTicket(  
LONG lFlags,  
BSTR* pbstrTicket  
);  

Parameters

lFlags
[in] This parameter is ignored in the current release.

lFlags
[in] This parameter is ignored in the current release.

pbstrTicket
[out] Pointer to a string that receives the ticket. This is a Base64-encoded value for use in XML documents.

Return Value

This method returns an HRESULT indicating whether it completed successfully. For more details, see the Error Values section.

Error Values

This method returns an HRESULT containing one of the values in the following table.

Value Description
S_OK The method succeeded.
E_ACCESSDENIED Access is denied to the caller.
E_INVALIDARG An invalid parameter was detected.

Remarks

To access this method, you must be an Application User. You can only issue a ticket for yourself.

Requirements

Platforms:  Windows

See Also

ISSOTicket Interface (COM)
ISSOTicket Members
Programming with Enterprise Single Sign-On