true to keep the original URL after a redirect if the user has not previously logged in. The default value is false.
In both cases below, the user does not need to be logged in to Self-Service Portal.
- The useSourceUrl attribute value = false.
- The user follows the link looking like https://instance.example.com/portal/view_task?table_name=itsm_task&record_id=162193232428931210&view=ServicePortal
- The user is redirected to the authorization form, where they need to provide their credentials.
- After authorization, the user is redirected to the Self-Service Portal main page.
- The useSourceUrl attribute value = true.
- The user follows the link looking like https://instance.example.com/portal/view_task?table_name=itsm_task&record_id=162193232428931210&view=ServicePortal
- The user is redirected to the authorization form, where they need to provide their credentials.
- After authorization, the user is redirected to the page available by the orginal link.