Support the ongoing development of Laravel.io →
Authentication Packages Architecture
Last updated 1 year ago.
0

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

0

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

Last updated 8 years ago.
0

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/

0

Sign in to participate in this thread!

Eventy

Your banner here too?

kingvish kingvish Joined 11 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.