Redirecting after SSO
LearningBuilder supports bringing the user to a specific page during login. This is useful if an external system wishes to automatically direct the user to a page within LearningBuilder based on a link from their site.
This is supported through both the Single Sign-On (SSO) API process using the SuccessURL parameter, as well as by logging in directly through the login page.
To go through the login page, the link needs to be formatted as: https://[YourSite].learningbuilder.com/[the link goes here].
Warning: Although LearningBuilder™ will support redirecting to other pages not listed here, it is not recommended, as those links may break in a future release. Please only use the links listed here, or provide the basic link of https://[YourSite].learningbuilder.com.
Link | Parameters | Description |
/LearningPlanLaunch/ PractitionerSearch?taskGroupId={id} /LearningPlanLaunch/ PractitionerSearch?taskGroupId={id}?criteria.keyword={keyword}?showResults=true | {id} = The ID (ITEM_ID) of the task group on which to launch the search. This must be looked up through the database. {keyword} is a search term to pre-filter (only support on Full Page Branded Search) | Takes the user to the active Learning Plan that has the Task Group ID specified in the {id} and opens an activity search for that task group.
|
/LearningPlanLaunch/view?lpid={id} | {id} = The ID of the learning plan definition on which to land. This must be looked up through the database. | Takes the user to the active Learning Plan that has the Learning Plan ID in the {id}.
|