php - Central login with SAML and making site to work as identity provider -
so scenario goes :
i have 2 sites a.com , site b.com , 1 authentication server cauth.com.
what client wants ...
when user lands on a.com or b.com user fills in login form on respective site , action of form on cauth.com (cauth.com/authenticate). when user authenticated on cauth loggined on both sites.
i thinking implement saml achieve same , flow after authentication idp(cauth.com) send saml response both service providers , user given access both sites .
i novice in saml , unable proper documentation , comprehension same.
what want know :
- is solution problem worth implementation ?
- is possible make site (cauth.com) identity provider.i have looked @ thread making php website saml identity provider not able proper solution.
simplesamlphp should pretty easy set up. you'll want make copy of folder modules/exampleauth/ , alter file modules/<yournewmodule>/lib/auth/source/external.php work site. documentation though , it's easiest thing need, , right one.
i should add following instructions set simplesamlphp should give basic understanding of metadata files important , live , how things interact.
Comments
Post a Comment