Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

As of 11.0.14 / 11.6.0, LearningBuilder supports SSO via SAML. That is the preferred approach (when possible) because it does not require any custom integration programming in either LearningBuilder or the 3rd party system.

See SAML Identity Management and SAML SSO vs legacy Demographic Sync (DRAFT)

...

Code Block
https://<ClientId>.LearningBuilder.com/account/sso
  ?UniqueId=[UIDUniqueId]
  &t=[TimeStamp]
  &token=[Token]
  &SuccessURL=[SuccessURL]
  &FailureURL=[FailureURL]
  &bypassDemographics=[bypass]

Parameter

Explanation 

Comment 

UIDUniqueId

The LearningBuilder Unique Identifier of the visitor attempting to sign on to LearningBuilder through the external system. 

See Secure Tokens

TimeStamp

A time stamp generated to establish the authentication token. 

See Secure Tokens

Token

The signed token.

See Secure Tokens

SuccessURL

Where to redirect after a successful login. This is useful if you want the user to land on a page other than their default landing page.  

A list of supported Success URLs is found on the Redirecting after SSO page. 

Optional.  If omitted, user is sent to their default landing page.

If this is not part of LearningBuilder, the provided URL must be fully qualified and start with HTTP:// or HTTPS://.

FailureURL 

The landing page of the external system when sign-in is not successful. 

Optional.  If not provided, the user will be taken to the default error page. 

bypassDemographics

Set to "true" to bypass the Demographic Synchronization Service.

Optional. Defaults to false.

...