OpenID Attribute Exchange - should I use it? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T18:03:16Z http://stackoverflow.com/feeds/question/11903 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/11903/openid-attribute-exchange-should-i-use-it 5 OpenID Attribute Exchange - should I use it? Josh 2008-08-15T02:29:50Z 2008-08-17T18:42:03Z <p>My website will be using only OpenID for authentication. I'd like to pull user details down via attribute exchange, but attribute exchange seems to have caused a lot of grief for StackOverflow.</p> <p>What is the current state of play in the industry? Does any OpenID provider do a decent job of attribute exchange?</p> <p>Should I just steer away from OpenID attribute exchange altogether?</p> <p>How can I deal with inconsistent support for functionality?</p> http://stackoverflow.com/questions/11903/openid-attribute-exchange-should-i-use-it/12284#12284 0 Answer by GaryF for OpenID Attribute Exchange - should I use it? GaryF 2008-08-15T14:23:14Z 2008-08-15T14:23:14Z <p>While Attribute Exchange has it's problems (I'm sure someone from SO can tell you more), it does have <a href="http://blogs.gnome.org/jamesh/2007/11/26/openid-ax/" rel="nofollow" title="Nini">a lot of benefits</a>. To some extent it depends on whether you really need it or not. Simple Registration seems to do that job, and it might make sense to just ask the user for certain values. Use common sense and don't get stuck shoving everything down the One True Way.</p> http://stackoverflow.com/questions/11903/openid-attribute-exchange-should-i-use-it/13820#13820 7 Answer by Jarrod Dixon for OpenID Attribute Exchange - should I use it? Jarrod Dixon 2008-08-17T18:42:03Z 2008-08-17T18:42:03Z <p>Here on Stack Overflow, we're just using the <a href="http://openid.net/specs/openid-simple-registration-extension-1_0.html" rel="nofollow" title="InfoQ">Simple Registration</a> extension for now, as there were some issues with Attribute Exchange (AX).</p> <p>The biggest was OpenID Providers (OP) not agreeing on which <a href="http://www.axschema.org/types/" rel="nofollow" title="JavaLobby">attribute type urls</a> to use. The finalized spec for AX says that attribute urls should come from <a href="http://www.axschema.org/" rel="nofollow"><a href="http://www.axschema.org/" rel="nofollow">http://www.axschema.org/</a></a> However, some OPs, especially our favorite <a href="http://myopenid.com" rel="nofollow"><a href="http://myopenid.com" rel="nofollow">http://myopenid.com</a></a>, recognize <a href="http://openid.net/pipermail/general/2008-February/004158.html" rel="nofollow">other</a> <a href="http://rakuto.blogspot.com/2008/03/ruby-fetch-some-attributes-from.html" rel="nofollow">urls</a>. I wasn't going to keep a list of which ones were naughty and which were nice!</p> <p>The other problem was that most of the OPs I tried just didn't return information when queried with AX - I might have been doing something wrong (happens quite frequently :), but I had made relevant details public on my profiles and we're using the latest, most excellent .NET library, <a href="http://code.google.com/p/dotnetopenid/" rel="nofollow">DotNetOpenId</a>.</p> <p>We'll definitely revisit AX here on Stack Overflow when we get a little more time, as a seamless user experience is very important to us!</p>