SSO is nothing but parsing headers, you can create a small library to do this for you.,
If you already have it in vanilla PHP consider refactoring that to a library
Hi Astroanu,
Thank you for reply!
SSO is already implemented in asp.net and currently working for many asp.net and php sites. what i do in core is,
I want to replace default authentication module of laravel5 and implement custom SSO based authentication. where,
Login url will be changed to SSO url
Auth::check() code will be changed to SOAP request code to validate token
user and role table access will be changed to SOAP request to call respective method
I found this about vanilla vanilla jsconnect SSO
If you all ready have the code refactor it into a library
The last SSO project I was involved with it had to tie in with MS Azure AD, eventually we when with simplesamlphp https://simplesamlphp.org/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community