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 :

  1. is solution problem worth implementation ?
  2. 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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -