Dynamically navigating the user to pages after they login based on the initial URL.
Summary:
Hello,
We have a scenario where users will get emails with the parameterized links to our DCS portal pages. However, once they click on the link to access the page, there's a good chance that they might not already be logged in. In this case, we are redirecting our users to the login page.
However, when they login, we want them to be automatically redirected to the page that they were trying to access before they were redirected by our application to the login page. Is there any way to achieve this?
I created a few variables at the application level and made them persist in the device's history so that they can be used to dynamically navigate to different pages, but that doesn't seem to be working.
Tagged:
0