This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class SingleSignOnManager
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class SingleSignOnManager

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member AbandonToken
Removes the token, causing the user to log off.
Public method Static member AuthenticateRequest
Tests if the request has a valid single sign on token. If so, authenticate the user that belongs to it.
Public method Static member Dispose
Disposes this instance.
Public method Static member GetToken
Creates a new single sign on token and returns it.
Public method Static member GetUserProfile
Gets the UserProfile that belongs to the token or null if the token does not exist or is not valid.
Public method Static member IsTokenValid
Tests if the token is still valid.
Public method Static member RefreshToken
Refreshes the token if it is still valid.

See Also

Advanced