Hi folks,
I'm installing an environment where I had two Zope/Plone servers:
- plone1 -> for web content & user authentication
- plone2 -> for web applications
I want to implement SSO around both servers but I don't know how to do it. I try to modify login_next and setAuthCookie(..) to share the __ac cookie in the domain, but didn't work.
Anyone know the best way to achieve it!
Thanks in advance, Oscar Sánchez.