Note that I have not thoroughly tested this code, . The code below is even more shakey.
I have spent more time and I've gotten it does not yet to work for Google's with my Google Apps logins. I'm still working on a way to fix that, but I suspect it'll take a lot bigger domain with the following changesthan those above, since it seems in addition to return an ID that the OpenID code tries to use as a URL to above:
Zend/OpenId/Consumer.php, line 734
$discovery_url = $id; if(strpos($discovery_url, 'discover' against/', strpos($discovery_url, '//')+2) !== false) { $discovery_url = substr($discovery_url, 0, strpos($discovery_url, '/', strpos($discovery_url, '//')+2)); $discovery_url .Since the URL doesn't actually exist= '/.well-known/host-meta'; $response = $this->_httpRequest($discovery_url, 'GET', array(), it fails$status); if ($status === 200 && is_string($response)) { if (preg_match('/Link: <([^><]+)>/i', $response, $r)) { $id = $r[1];This is right after:
/* TODO: OpenID 2.0 (7.3) XRI and Yadis discovery */I believe that was the only change I had to make. I've thought of a hack-y way I'm pretty sure there's supposed to do itbe some checking involved with the above for security reasons, but I'm trying to avoid I haven't looked far enough into it to see what they would be.
