On Thu, Oct 30, 2008 at 5:44 PM, Martin Atkins <span dir="ltr">&lt;<a href="mailto:martin@atkins.me.uk">martin@atkins.me.uk</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">David Fuelling wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
The problem with using the mailto: schemed identifier as the &quot;claimed_identifier&quot; is that it is not &quot;commonly resolvable&quot; in the same way that a URL is. &nbsp;It requires a &quot;mapping scheme&quot; (like EAUT) or some other translation mechanism (DNS lookup?), which isn&#39;t built into common software like the web-browser, my blackberry, my iPhone, my Tivo, the space shuttle, etc. <br>

Firefox aside, I think it will be an uphill battle to try to get a mailto: schemed identifier to be supported on all the various platforms out there. &nbsp;We should be sticking to URLs as identifiers, which is why mapping the email address to a URL seems like a better plan than using the mailto: scheme as a new form of OpenID Identifier. <br>

I know there are good arguements for/against -- this is a years-old debate....but I think it&#39;s essentially what we&#39;re disagreeing about -- should the email address be the OpenID, or should it just map to an OpenID.<br>

<br>
</blockquote>
<br></div>
What&#39;s the use case for being able to &quot;resolve&quot; OpenID identifiers in web browsers?<br>
<br>
Most identifiers today don&#39;t give you anything useful in the web browser context. Microsoft&#39;s are blank, may just say &quot;This is an OpenID identifier&quot;...<br>
<br>
</blockquote></div><br>That&#39;s not what I mean.&nbsp; Instead, I&#39;m talking about any particular device&#39;s ability to &quot;do something&quot; with an OpenID URL.&nbsp; For example, most &quot;devices&quot; (be it Tivo, iPhone, Blackberry, etc) already have some sort of support for a URL (I could be way off here, but I think this is accurate).&nbsp; My thinking is that it should be easier to allow my Blackberry to support OpenID since it&#39;s just a URL, and arguably my Blackberry can already &quot;do stuff&quot; with a URL -- it already has a library that can talk HTTP to an endpoint based on the URL.&nbsp; So, adding openid to my blackberry is actually more &quot;easy&quot; (pardon my grammar) with URLs -- the resolvability is of an URL is already built-in to a lot of devices.&nbsp; <br>
<br>However, most of these devices don&#39;t natively know how to &quot;resolve&quot; a mailto: link into a URL.&nbsp;&nbsp;&nbsp; It would require extra device-native software.&nbsp; My point really centers around the assumption that since many devices can already natively handle URL&#39;s (in the sense that they can resolve them using HTTP) then OpenID should be easier to implement on these devices if an OpenID is a URL.&nbsp; Trying to get all these devices to support a new form of &quot;link&quot;, as it were in the form of a mailto: would seem to be more difficult, if I&#39;m thinking pragmatically.<br>