| Issue 41: | Feature Google Apps Endpoint Discovery | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, This patch introduces Google Apps specific endpoint discovery through the additional discover_google_apps($url) method. It might be helpful for those who wish to implement Google SSO (as described here: https://code.google.com/intl/en/googleapps/marketplace/sso.html) -- idle sign
Jun 6, 2011
Project Member
#1
mewp...@gmail.com
Jun 6, 2011
It works as far as I can see (tested that today), given that in discovery method I use discover_google_apps() as last resort before throwing an exception (thus making multiple hand calls to discover_google_apps() unnecessary). We do not have to answer at '/openid', instead just fetching data from host-meta file and it seems that Google's php-openid discovery plugin (https://code.google.com/p/php-openid-apps-discovery/) uses something alike. As I understood Google's, there shouldn't be any other link in that file. But I agree that it is a step to be more vendor-specific than now, and yes Google's always been a butthurt %) |