Auth0 Application to Application communication for authentication,

Hi there,
I have a question regarding authentication for authenticating the user from one Application to another Application (both backend applications) the technology is PHP-Laravel.

Both applications will run on different machines.

Is this possible in Auth0? How to achieve this?

Hi @haroon.momin

Yes, this is just SSO and can be accomplished with an OIDC compliant flow, such as Auth Code.

Basically, if you use Auth0’s Auth Code flow, you get this for free.

John

Hello @john.gateley,

If you provide me the link of how to do it.
Or any kind of Example.
That will be appreciatable.
Thank you