I'm using a slightly modified version of the Zend OpenId classes to get openid logins from google apps. The results are very positive, as I seem to be getting successful results from Google.
I cannot get successful results passed to Zend_Auth, though. For example, Zend_Auth_Adapter_Openid on line 241 calls $consumer->login which in turn calls _checkId() in Zend_OpenId_Consumer. _checkId() always ends in redirecting to the openid server. How is this ever supposed to return a valid Zend_Auth_Result object? Maybe I don't understand how openid works exactly, but if someone could help me understand I would really appreciate it. thanks, will -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-OpenId-Result-and-Redirect-tp2248492p2248492.html Sent from the Zend Framework mailing list archive at Nabble.com.
