AuthenticationHelper AuthenticateLinkedInUser Method Kentico 8.0 API Reference
Authenticates user with LinkedID parameters. It will create new user if not found in DB.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

profileID
Type: OnlineSystem String
LinkedID profile identifier
firstName
Type: OnlineSystem String
User's first name
lastName
Type: OnlineSystem String
User's last name
siteName
Type: OnlineSystem String
Site name
generatePassword
Type: OnlineSystem Boolean
Indicates if random password should be generated
disableConfirmation
Type: OnlineSystem Boolean
Indicates if e-mail confirmation of newly registered user is disabled
error
Type: OnlineSystem String 
Error message which will be filled when error occurred

Return Value

Type: UserInfo
UserInfo with authenticated user or null if user is not found
See Also