NetForumAuthenticationManagerGenerateAuthenticationToken Method

Generates a one-time-use authentication (xws) token that can be used to authenticate a customer. This method can be used with the 'Single-Sign-On with eWeb - External Login' login flow at wiki.avectra.com/sso

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public AuthenticationToken GenerateAuthenticationToken(
	ICustomerIdentity customer
)

Parameters

customer  ICustomerIdentity
The customer to create an authentication token for

Return Value

AuthenticationToken
Generated token

See Also