Google have a very nice user friendly federated OpenID login with automagic endpoint discovery:
This is implemented in Java Servlets, is there a PHP equivalent that can be used in conjunction with php-openid?
The discovery mechanism, XRDS, is covered in the following document:
- groups.google.com/group/google-federated-login-api/web/openid-discovery-for-hosted-domains
It would appear something like "DiSo's XRDS-Simple" should work but basic testing doesn't provide useful results.
- code.google.com/p/diso/
Thanks,