<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Zend Framework and Google OpenID Login</title>
	<atom:link href="http://ak33m.com/?feed=rss2&#038;p=71" rel="self" type="application/rss+xml" />
	<link>http://ak33m.com/?p=71</link>
	<description>Akeem Philbert&#039;s note to self. You can&#039;t go forward without knowing where you&#039;ve been.</description>
	<lastBuildDate>Sat, 31 Jul 2010 22:12:47 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will Olbrys</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-70053</link>
		<dc:creator>Will Olbrys</dc:creator>
		<pubDate>Sun, 23 May 2010 15:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-70053</guid>
		<description>This really hasn&#039;t been fixed yet even in Zend 1.10. I&#039;m a little disappointed that someone nominated a simple OpenID AX library for inclusion in 1.8.4 and afaik no one has made a move on it yet.

Thanks for the AX implementation. Just a little note about Google OpenID support, though. If you want to use google apps instead of a google account there is a slightly different endpoint. To get around this I recommend change these lines:

if ($server == &#039;https://www.google.com/accounts/o8/ud&#039;)

to:

if ( stripos($server,&#039;google.com&#039;) !== false )

then it will work for both.</description>
		<content:encoded><![CDATA[<p>This really hasn&#8217;t been fixed yet even in Zend 1.10. I&#8217;m a little disappointed that someone nominated a simple OpenID AX library for inclusion in 1.8.4 and afaik no one has made a move on it yet.</p>
<p>Thanks for the AX implementation. Just a little note about Google OpenID support, though. If you want to use google apps instead of a google account there is a slightly different endpoint. To get around this I recommend change these lines:</p>
<p>if ($server == &#8216;https://www.google.com/accounts/o8/ud&#8217;)</p>
<p>to:</p>
<p>if ( stripos($server,&#8217;google.com&#8217;) !== false )</p>
<p>then it will work for both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-63760</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-63760</guid>
		<description>Using this class I&#039;ve started to receive intermittent &quot;Authentication failedSignature check failed&quot; when authenticating with Yahoo! OpenID. Can&#039;t seem to figure out why...

I can&#039;t wait until Zend get around to officially supporting the latest standard of OpenID.</description>
		<content:encoded><![CDATA[<p>Using this class I&#8217;ve started to receive intermittent &#8220;Authentication failedSignature check failed&#8221; when authenticating with Yahoo! OpenID. Can&#8217;t seem to figure out why&#8230;</p>
<p>I can&#8217;t wait until Zend get around to officially supporting the latest standard of OpenID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon Weller</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-63162</link>
		<dc:creator>Devon Weller</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-63162</guid>
		<description>As of a couple days ago, Google changed their OpenID implementation so that it no longer works with this class.  I discovered the fix involves adding 4 lines of code.  My updated version of Consumer.php can be found here:

http://pastie.org/709058

Akeem - I hope you can update your class for others to use.  It has been very helpful for me.</description>
		<content:encoded><![CDATA[<p>As of a couple days ago, Google changed their OpenID implementation so that it no longer works with this class.  I discovered the fix involves adding 4 lines of code.  My updated version of Consumer.php can be found here:</p>
<p><a href="http://pastie.org/709058" rel="nofollow">http://pastie.org/709058</a></p>
<p>Akeem &#8211; I hope you can update your class for others to use.  It has been very helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon Weller</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-62483</link>
		<dc:creator>Devon Weller</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-62483</guid>
		<description>If you would like to use Zend_Auth_Adapter_OpenId with this solution, then use this:

http://pastie.org/672818

Paste this file as Ak33m/Auth/Adapter/OpenId.php, and use Ak33m_Auth_Adapter_OpenId instead of Zend_Auth_Adapter_OpenId.</description>
		<content:encoded><![CDATA[<p>If you would like to use Zend_Auth_Adapter_OpenId with this solution, then use this:</p>
<p><a href="http://pastie.org/672818" rel="nofollow">http://pastie.org/672818</a></p>
<p>Paste this file as Ak33m/Auth/Adapter/OpenId.php, and use Ak33m_Auth_Adapter_OpenId instead of Zend_Auth_Adapter_OpenId.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-62032</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-62032</guid>
		<description>... It took me all of 5 minutes to get this working - this is a great extension, thanks and keep up the good work!

Jon.</description>
		<content:encoded><![CDATA[<p>&#8230; It took me all of 5 minutes to get this working &#8211; this is a great extension, thanks and keep up the good work!</p>
<p>Jon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ak33m.com/?p=71&#038;cpage=1#comment-62031</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://ak33m.com/?p=71#comment-62031</guid>
		<description>Wow, thanks for this - i&#039;ll give it a test now.</description>
		<content:encoded><![CDATA[<p>Wow, thanks for this &#8211; i&#8217;ll give it a test now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
