improving OpenID support

Sam Alexander of MyVidoop emailed me last week to say that they’d be rolling out some new features in regards to OpenID support. Sure enough, you can see on the OpenID Support table that they’ve added support for xrds-header, yadis-html, and most importantly, content-type. Additionally, IDtail, a Korean OpenID provider, added support for content-type as well since I last updated the table. That’s very exciting to see providers beefing up support, as everyone really does win. For those not aware of why I harp on content-type support so much, it is the only XRDS discovery method that can be done in a single request. It allows a consumer to include a header in the request and immediately receive the XRDS document. The other two methods (using a response header, or embedding HTML code) simply advertise the location of the document, which requires a second request to actually retrieve. Sure it’s not that much more work, but every bit helps, and it reduces the risk of parser problems when using embedded HTML.

I really wish I had the time to setup some automatic detection of when provider support changes and make a blog post or something… work that benefits the community should be recognized.

Comments and responses

Have you written a response to this? Let me know the URL:

Yes and I really wish your plugin would work !

that is something that the community could really benefit from a working openid plugin for wordpress

John

hmm, i can post here using openid but not on my own blog where i installed the plugin

wonder why it's not working on my site

I got this error message when I tried to login to my site using the WP-OpenID 2.1.8 :(

Fatal error: Call to undefined method Log_file::error() in /wp-content/plugins/openid/logic.php on line 653

When I snoop around the logic.php line 653 it say something about a log file and it might be a bug?