CustomAuthenticatorAuthenticateTokenCore Method TIBCO Spotfire 7.6 API Reference
Performs the user authentication. The AuthenticationContext parameter can be used to retrieve information about the user to authenticate.

Namespace: Spotfire.Dxp.Web
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected abstract IIdentity AuthenticateTokenCore(
	AuthenticationContext context
)

Parameters

context
Type: Spotfire.Dxp.WebAuthenticationContext
An AuthenticationContext context.

Return Value

Type: IIdentity
An IIdentity representing the authenticated user.
Remarks

Since this method can be called by multiple threads concurrently it is important that the implementation is reentrant as well as stateless.

Use the static CreateIdentity(String) method to create the returned IIdentity instance.

Version Information

Supported in: 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference