Universal login not working for multiple application

Hey Everyone,

I have two applications(PHP and Node.js) both using the same tenant and credentials and implementing the universal login.
They both work individually independently well, that is I can login and logout on each application, my challenge is that I would want a scenario that once I am logged in to one I wont need to log in to the other, and also logout should work accordingly.

I am currently running them on my local system and set them up on virtual host, I have followed articles but still cant make them work together.

Does anyone know how I can go about this?

Thanks!

1 Like

Hello! Welcome to our community.

We recommend to check out the following document about Single Sign-On: https://auth0.com/docs/sso/current

Let us know if that article is helpful for your use case.

Thanks.