Tried to “navigate” from app1 to app2 using its URL - that got me landed at the login screen of app2…Is there a nice way to do this - avoiding the login?
Short answer - no.
But once the user signs in the first time, they shouldn’t have to do it again as long as the authentication cookie is present and valid.
Of corse one should have the same users in those apps, makes sense thx.