I have 2 angular web applications and both are implementing auth0 spa authentication. I have sso enabled so that when I log into one app, I can open the other app in a new tab and doesn’t have to log in again.
Is it possible to achieve something similar, but with one application as an iframe inside the other?
Thank you.