EWebAccountServiceGenerateSingleSignOnToken Method

Generates a token that can be used to log users into an eWeb site, or can be used to identify a customer using an xWeb integration. This method is for use with the 'Single-Sign-On with eWeb - External Login' login flow at wiki.avectra.com/sso and can be used to log in users to eWeb by using a link in the specified format.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public SingleSignOnToken GenerateSingleSignOnToken(
	ICustomerIdentity user
)

Parameters

user  ICustomerIdentity
The user to create a SSO token for

Return Value

SingleSignOnToken
Generated SSO token

See Also