Details about Framework and packages.
- Web Application: Angular 7
- microsoft-adal-angular6": "^1.3.0"
- "msal": "1.4.14"
Multiple Pages:
- Home
- History
User want to navigate from Home page to History page. Then history page open in new tab. Normally its working fine.
But if token expire then user navigate from Home Page to History page then re-authenticate and navigate to home page instead of History page.
Now, the question is, if its possible to navigate to history page after authentication is performed?