views:

211

answers:

2

I have a client who wants their wordpress and google apps user accounts accessible using SSO, ie if they log in on one app domain google.client.com they will be logged into wordpress.client.com too without extra steps.

The same LDAP directory will be used to do backend authentication for both systems. Is it possible to setup SSO for LDAP-backed webapps?

+1  A: 

You could use Open Id to achieve SSO. Google Apps and Wordpress both integrate well with openid.

sri
how would I link up openid to the ldap server that the user would use to log in against at their wintel desktop?
rutherford
A: 

The short answer is yes. Google Apps supports SAML to address SSO integration with LDAP authentication. You can get more information on a simple SAML IdP solution from www.pingidentity.com.

how does PingIdentity pass the desktop login details to the webbrowser and webapps?
rutherford