<?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: Attribute Exchange support for the OpenID component</title>
	<atom:link href="http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-157749</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-157749</guid>
		<description>@John: Thanks for this hint, I added a notice to the article.</description>
		<content:encoded><![CDATA[<p>@John: Thanks for this hint, I added a notice to the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-156902</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 15 Apr 2010 18:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-156902</guid>
		<description>Cakebaker, thanks for setting up support for google apps domains, it really saved my neck.

A note about attribute exchange, at least for google apps domains: It seems like you need to include the attibute alias when you make an Auth_Open_ID_AX_AttrInfo object

$attributes = Auth_OpenID_AX_AttrInfo::make(&#039;http://axschema.org/namePerson&#039;, 1, true, &#039;fullname&#039;);

I was unable to perform the ax request without this addition to your code above.</description>
		<content:encoded><![CDATA[<p>Cakebaker, thanks for setting up support for google apps domains, it really saved my neck.</p>
<p>A note about attribute exchange, at least for google apps domains: It seems like you need to include the attibute alias when you make an Auth_Open_ID_AX_AttrInfo object</p>
<p>$attributes = Auth_OpenID_AX_AttrInfo::make(&#8216;<a href="http://axschema.org/namePerson&#039;" rel="nofollow">http://axschema.org/namePerson&#039;</a>, 1, true, &#8216;fullname&#8217;);</p>
<p>I was unable to perform the ax request without this addition to your code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-143343</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-143343</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by dhofstet: the OpenID component now supports Attribute Exchange: http://bit.ly/6NVBAR #cakephp...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by dhofstet: the OpenID component now supports Attribute Exchange: <a href="http://bit.ly/6NVBAR" rel="nofollow">http://bit.ly/6NVBAR</a> #cakephp&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-142648</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 23 Dec 2009 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-142648</guid>
		<description>@Wayne: Hm, I can&#039;t confirm this behavior. I couldn&#039;t find such a limit in the code. And an example with 7 attributes (using myOpenID) worked fine. 

So, I have no idea why you encounter such a limit. Maybe someone on the OpenID mailinglist/IRC channel has a clue?</description>
		<content:encoded><![CDATA[<p>@Wayne: Hm, I can&#8217;t confirm this behavior. I couldn&#8217;t find such a limit in the code. And an example with 7 attributes (using myOpenID) worked fine. </p>
<p>So, I have no idea why you encounter such a limit. Maybe someone on the OpenID mailinglist/IRC channel has a clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-142507</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Sun, 20 Dec 2009 18:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-142507</guid>
		<description>Cakebaker, it&#039;s good to see someone else using AX ;)  Keep up the good work buddy.

I&#039;m using the JanRain implementation and I have found a limitation in the number of attributes I can create using Auth_OpenID_AX_AttrInfo::make is 6.  

I&#039;m not sure why this is the case, but it&#039;s making my head spin right now.  If you know why this maybe the case, i&#039;d appreciate any knowledge..

Thanks,
Wayne</description>
		<content:encoded><![CDATA[<p>Cakebaker, it&#8217;s good to see someone else using AX ;)  Keep up the good work buddy.</p>
<p>I&#8217;m using the JanRain implementation and I have found a limitation in the number of attributes I can create using Auth_OpenID_AX_AttrInfo::make is 6.  </p>
<p>I&#8217;m not sure why this is the case, but it&#8217;s making my head spin right now.  If you know why this maybe the case, i&#8217;d appreciate any knowledge..</p>
<p>Thanks,<br />
Wayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-142136</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-142136</guid>
		<description>@Walker: You are welcome :)</description>
		<content:encoded><![CDATA[<p>@Walker: You are welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walkerhamilton</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-142061</link>
		<dc:creator>walkerhamilton</dc:creator>
		<pubDate>Sat, 12 Dec 2009 22:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-142061</guid>
		<description>Holy Crap.

Thank you!</description>
		<content:encoded><![CDATA[<p>Holy Crap.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Attribute Exchange support for the OpenID component - cakebaker -- Topsy.com</title>
		<link>http://cakebaker.42dh.com/2009/12/12/attribute-exchange-support-for-the-openid-component/comment-page-1/#comment-142055</link>
		<dc:creator>Tweets that mention Attribute Exchange support for the OpenID component - cakebaker -- Topsy.com</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1314#comment-142055</guid>
		<description>[...] This post was mentioned on Twitter by Daniel Hofstetter and openid_retweeter, LogID.org. LogID.org said: Attribute Exchange support for the OpenID component - cakebaker http://bit.ly/8gt7kS [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Daniel Hofstetter and openid_retweeter, LogID.org. LogID.org said: Attribute Exchange support for the OpenID component &#8211; cakebaker <a href="http://bit.ly/8gt7kS" rel="nofollow">http://bit.ly/8gt7kS</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

