①Assume the user had App1 and App2 open simultaneously in one browser.
②Next, the user clicks the login button in App1 and authenticates with App1 via Universal Login.
③In that state, if the user refreshes the page of App2, the user automatically logged into App2.
The above scenario is the use case I have envisaged.
Is it possible with Auth0?
Through trial and error, I’ve found that the following behavior seems achievable.
①② same as described above.
③The user clicks the login button in App2, then the user can logged into App2 without Universal Login.
Is this the limit of what we can achieve with Auth0?