This basically switches the behaviour when there is no token found, to attempt to hit the auth service to get it as opposed to forcefully logging out. This had the inadvertent effect of preventing a seamless SSO handoff between apps if you don't have a session, you'd be FORCED to log in again even if you just logged in.
This basically switches the behaviour when there is no token found, to attempt to hit the auth service to get it as opposed to forcefully logging out. This had the inadvertent effect of preventing a seamless SSO handoff between apps if you don't have a session, you'd be FORCED to log in again even if you just logged in.