Hi,
I am using Auth0 for my applications. I have two applications which uses different Auth0 configurations.
One is built using angular and uses SPA configuration, The second one is built using Next.js 14 (App router) and uses Regular Web Application configuration. Both of these configuration belongs to same tenant and are hosted on same main domain.
I am looking to develop a user authentication flow where one user when logs in to angular application and gets redirected to next.js application, it should get automatically logged in.
I can’t find any relevant document for this.
Is this possible considering the two application are of different nature in terms of their configurations in auth0?
Thanks,
Kunal