When logged into our app in Incognito / Private mode or using privacy addons such as Privacy Badger, new tabs opened with composed URL’s in the same browser session goes through part of the authentication process e.g. authorize and code and kicks the user to the landing page.
The session is clearly active and valid as the user doesn’t have to login again.
Is there some setting or workaround in code to prevent the re-authentication / refresh process or redirect the user to the URL path once this process is complete?
Example:
- Logged into app in Incognito window
- Open a tab to https://myapp.com/path?query=value
- Authorizes and redirects user to https://myapp.com instead
Thanks.