php - How to achieve single sign on? -
i new single sign on. system has 3 different instances different applications 1.openerp 2.magneto 3.php web site , in applications user , password same. getting confused should start. can use oauth or simplest way achieve single sign on can have ldap necessary. assuming have common database this, can achieve writing few api's. and use kind of tokenization approach. means when user enters valid credentials, create token , store in db user , return same token response. use same token set browser session or cookie, , across different application i.e 1.openerp 2.magneto 3.php web site read above cookie/session, if set, log them in.