Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Plone's authentication mechanism to login to other sites

I am using Plone and Sugar CRM. I want to allow users to only have a single username and password across both systems. When they change their password in Plone they should not have to change it in Sugar CRM. Is there a simple way to do this?

like image 490
Dan Avatar asked Aug 22 '10 03:08

Dan


2 Answers

If you want single sign on, you can also look at Plone 4's mod_auth_tkt support. Basically, Plone will set a cookie that is compatible with the auth_tkt standard. Other systems (such as Apache or nginx as fronting web servers) can use the same cookie format to authenticate a user.

like image 87
optilude Avatar answered Oct 05 '22 13:10

optilude


Configure both to authenticate against an LDAP server.

like image 32
Jon Stahl Avatar answered Oct 05 '22 14:10

Jon Stahl