Hey,

Zend_Openid is not compatible with Google/Yahoo! Accounts, due to the missing 
acceptance of OpenID v2 in Zend_Openid.

Torio is the (new) maintainer of Zend\Openid for the release of Zend Framework 
2.0, I would bet that one target of 2.0 development will be the support of 
OpenID v2.

Here is a little hack to support OpenID v2 "Final", afaik it works: 
http://zendframework.com/issues/browse/ZF-6905

Kind regards,
Dennis Winter


Am 12.07.2010 um 22:41 schrieb Chris Morrell:

> I could be wrong, but I'm pretty sure that Zend_Openid doesn't play nice with 
> Google.  The current implementation doesn't support OpenID 2.0, and I'm 
> pretty sure Google only supports 2.0.
> 
> CM
> 
>       Chris Morrell
> Web:  http://cmorrell.com
> Twitter:      @inxilpro
> 
> 
> On Mon, Jul 12, 2010 at 3:41 AM, jiewmeng <[email protected]> wrote:
> i am trying to get started with Zend_OpenId login but i am stuck at
> 
> require_once "Zend/OpenID/Consumer.php";
> 
> $consumer = new Zend_OpenId_Consumer();
> 
> if (!$consumer->login("https://www.google.com/accounts/o8/id";, 
> "oid_return.php")) {
>   die("failed");
> }
> this always fails. i also tried using https still does not work ...
> 
> 
> View this message in context: Starting with Zend_OpenId login
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 

Reply via email to