...
Single Sign-On Implementation
Implementing Implementation requires the following components:
A visual protocol within An ability for the AMS/CRM to navigate send users to LearningBuilder™ (e.g., a link or button that directs visitors to LearningBuilder™);
A mechanism to generate an authentication token (see section 4);
A mechanism to send token and user identity to LearningBuilder™ through a query string;
A URL to redirect users to when sign-on succeeds (optional);
A URL to redirect users to when sign-on fails (optional); and
A URL to redirect users to when signing off.
...
Component | Explanation | Comment |
---|---|---|
| A LearningBuilder™ sub-domain, usually the client’s acronym. | Custom URLs are acceptable. |
UID | The 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 encrypted token. | See Secure Tokens. |
| The landing page when sign-on is successful. 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 Jump Links page. | Optional. If the URL to redirect to is for a page outside of LearningBuilder™, then the provided URL must be fully qualified, i.e. begin with 'HTTP://'. If not provided, the user will be taken to their default landing page. |
| 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. |
| Set to "true" if you are not using the Demographic Synchronization Service , or are testing and want to bypass it. | Optional. If true, the demographics synchronization will be skipped. |
...
When the user logs off of LearningBuilder™, they are redirected to the LogOffURL
. This URL is specified through configuration of LearningBuilder™ and must be provided to the technical team during system configurations.
In addition, a CustomLoginUrl
(new in LearningBuilder 7.22.0) can be defined which Users will be redirected to upon login when they do not have an active session. When not specified, it defaults to /account/login/
. -->
Please create a Support Ticket to make changes to the LogOffURL
and CustomLoginUrl and CustomLoginUrl
.