I am very new to Laravel 5.3 passport ( oauth2 server )
Please let me know if this kind of job is available.
Supposed there are 4 servers (Apps). 1. Laravel Passport for authentication (App01, App02, App03, App04) 2. App01 3. App02 4. App03
Step 1 though Step 4 are sequential and let me know all the processing is available using Laravel passport
1.User John Doe access and login to App01. Laravel 5.3 passport create authentication token for him.
User John Doe access to App02 and log-in automatically ( SSO)
User John doe access to App03 and required to id and password, he manually input id, pw same for App02 and App03 and login successfully.
when user log out, all the apps ( App02, App03 ) is logged-off.
thank you for your precious reply.