CodeIgniter Forums
Laravel SSO from CI3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Laravel SSO from CI3 (/showthread.php?tid=77160)



Laravel SSO from CI3 - pratyaksh99 - 07-27-2020

Hello everyone!! Can someone Please help me with Laravel SSO from CodeIgniter? The main app is in CodeIgniter 3 (where the users Signup and log-in) installed at CI3.example.com the Laravel is installed at la.example.com Now, I am looking to provide SSO to laravel App to the user who has already logged at CI3. Please help me the solution for this.

I tried to do this, but its asking for middlewares... I used this for Laravel SSO: https://github.com/zefy/laravel-sso
and for Middlewares:
https://github.com/davinder17s/codeigniter-middleware

But could not move it ahead.....

Help from you guys will make it move ahead. Smile


TIA


RE: Laravel SSO from CI3 - pratik.kumar7500 - 02-21-2021

Hi, You can easily enable SSO for your Laravel and codeigniter applications using the miniorange/laravel (https://www.miniorange.com/laravel-single-sign-on-(sso)) package. I have tried the solution and it works great for me! Also they provide a user interface which makes the setup very easy and fast.