IRC Log for #openid on 2009-12-31
Timestamps are in UTC.
- [00:08:09] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) Quit (Read error: 110 (Connection timed out))
- [00:15:46] * niekie (i=quasselc@CAcert/Assurer/niekie) Quit (Read error: 60 (Operation timed out))
- [00:29:50] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [00:32:09] * qwp0` (n=qwp0@gw.localnet.sk) Quit (Remote closed the connection)
- [00:44:50] * ryanmerket (n=rmerket@208.72.137.112) Quit (Remote closed the connection)
- [00:46:50] * ryanmerket (n=rmerket@208.72.137.112) has joined #openid
- [00:48:20] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (Read error: 113 (No route to host))
- [01:00:16] * xpo (n=xpo@bearstech/xpo) Quit ()
- [01:20:38] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [01:46:23] * xpo (n=xpo@bearstech/xpo) Quit ()
- [01:46:38] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) has joined #openid
- [01:47:55] * karstensrage_alt (n=karstens@c-71-202-243-186.hsd1.ca.comcast.net) has joined #openid
- [01:48:37] * karstensrage (n=karstens@c-71-202-243-186.hsd1.ca.comcast.net) Quit (Remote closed the connection)
- [01:49:59] * karstensrage_alt is now known as karstensrage
- [01:56:20] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) Quit (Read error: 104 (Connection reset by peer))
- [01:56:30] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) has joined #openid
- [02:00:47] * ryanmerk_ (n=rmerket@208.72.137.112) has joined #openid
- [02:00:51] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) Quit (Read error: 54 (Connection reset by peer))
- [02:01:20] * ryanmerket (n=rmerket@208.72.137.112) Quit (Read error: 54 (Connection reset by peer))
- [02:02:15] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) has joined #openid
- [02:14:53] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) Quit (Read error: 104 (Connection reset by peer))
- [02:14:56] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) has joined #openid
- [02:38:04] * karstensrage (n=karstens@c-71-202-243-186.hsd1.ca.comcast.net) Quit (Read error: 60 (Operation timed out))
- [02:53:16] * hachque (n=jrhodes@ppp198-201.static.internode.on.net) has joined #openid
- [02:53:21] <hachque>
hi
- [02:53:22] <hachque>
anyone here
- [03:09:33] * ryanmerk_ (n=rmerket@208.72.137.112) Quit (Remote closed the connection)
- [03:09:55] * ryanmerket (n=rmerket@208.72.137.112) has joined #openid
- [03:18:40] <hachque>
anyone here?
- [03:19:43] <hachque>
should an OpenID client goto the URL specified in <link rel="openid2.provider openid.server" for authentication, or the URL specified in <meta http-equiv="X-XRDS-Location"?
- [03:19:58] <hachque>
(that is, those elements are specified in the HTML of the user's endpoint)
- [03:20:39] <hachque>
JanRain sees the X-XRDS-Location, the loads the authentication URL that is specified in that file (the one X-XRDS-Location points to)
- [03:21:09] <hachque>
while Simple OpenID just reads the URL in <link> and sends the user's browser tehre
- [03:21:17] <hachque>
which one is right? (i presume JanRain)
- [03:28:03] * ryanmerket (n=rmerket@208.72.137.112) Quit (Read error: 110 (Connection timed out))
- [03:59:09] * ryanmerket (n=rmerket@208.72.137.112) has joined #openid
- [04:02:57] * ryanmerk_ (n=rmerket@208.72.137.112) has joined #openid
- [04:04:18] * ryanmerket (n=rmerket@208.72.137.112) Quit (Read error: 104 (Connection reset by peer))
- [04:09:46] * karstensrage (n=karstens@c-71-202-243-186.hsd1.ca.comcast.net) has joined #openid
- [04:26:46] * ryanmerk_ (n=rmerket@208.72.137.112) Quit (Remote closed the connection)
- [04:27:09] * ryanmerket (n=rmerket@208.72.137.112) has joined #openid
- [04:44:39] * ryanmerket (n=rmerket@208.72.137.112) Quit (Read error: 110 (Connection timed out))
- [04:48:28] <yangman>
hachque: priority is XRDS document, redirected XRDS via HTTP header, same via <meta> element, then finally <link>
- [04:48:59] <yangman>
it's specified in Yadis
- [04:49:49] <hachque>
Simple OpenID just reads the URL in <link>, which points to my generic endpoint and not the authentication URL
- [04:50:04] <hachque>
i worked around it by setting the <link> to the same place that the other XRDS redirects to
- [04:50:26] <yangman>
when it's fallen all the way to HTML content, the URL of that HTML document is assumed to be the identity
- [04:50:35] <yangman>
you have to use delegation if it isn't
- [04:51:51] <hachque>
I used to have
- [04:52:09] <hachque>
<link rel="openid2.provider openid.server" href="/openid"/>
- [04:52:10] <hachque>
<meta http-equiv="X-XRDS-Location" content="/openid:xrds:jrhodes" />
- [04:52:16] <hachque>
the meta directs to /openid:jrhodes
- [04:52:26] <hachque>
so i changed the <link>'s href to /openid:jrhodes
- [04:52:29] <hachque>
is that still valid?
- [04:58:15] <yangman>
the <link> should point to an endpoint
- [05:00:08] <yangman>
and I don't think you can specify multiple fields in the rel attribute
- [05:00:49] <yangman>
oh, n/m, that's the proper string
- [05:01:27] <yangman>
anyways, openid2.provider should always point to an endpoint
- [05:01:43] <yangman>
use openid2.local_id for using a specific identity
- [05:02:08] <hachque>
openid:jrhodes is an endpoint
- [05:02:18] <hachque>
it's where the browser should be directed for checkid_setup
- [05:03:27] <yangman>
so that's what you should use
- [05:03:53] <yangman>
user-specific endpoint URL seems unwise, though
- [05:04:43] <hachque>
well that's the user's OpenID address
- [05:17:46] * Kaliya (n=Adium@adsl-68-122-13-153.dsl.pltn13.pacbell.net) has joined #openid
- [05:51:51] * samba (n=samba@c-71-193-166-135.hsd1.or.comcast.net) has joined #OpenID
- [06:16:29] * samba (n=samba@c-71-193-166-135.hsd1.or.comcast.net) Quit (""free(self)"")
- [06:36:23] * MacTed (n=Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
- [06:44:59] * flaccid (n=flaccid@CPE-58-164-67-248.lns1.ken.bigpond.net.au) has joined #openid
- [06:56:47] * Kaliya (n=Adium@adsl-68-122-13-153.dsl.pltn13.pacbell.net) Quit ("Leaving.")
- [07:17:20] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (Read error: 104 (Connection reset by peer))
- [07:19:41] * ryanmerket (n=rmerket@208.72.137.112) has joined #openid
- [07:35:10] * ryanmerket (n=rmerket@208.72.137.112) Quit (Remote closed the connection)
- [07:37:23] * hachque (n=jrhodes@ppp198-201.static.internode.on.net) has left #openid
- [07:47:44] * flaccid (n=flaccid@unaffiliated/flaccid) has joined #openid
- [08:15:40] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (Read error: 104 (Connection reset by peer))
- [08:16:53] * flaccid (n=flaccid@CPE-58-164-67-248.lns1.ken.bigpond.net.au) has joined #openid
- [10:45:15] * dwhittle (n=dwhittle@c-67-180-8-147.hsd1.ca.comcast.net) has joined #openid
- [11:04:53] * dwhittle (n=dwhittle@c-67-180-8-147.hsd1.ca.comcast.net) Quit ("...")
- [11:25:30] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [12:10:44] * xpo (n=xpo@bearstech/xpo) Quit (holmes.freenode.net irc.freenode.net)
- [12:10:44] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (holmes.freenode.net irc.freenode.net)
- [12:10:44] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) Quit (holmes.freenode.net irc.freenode.net)
- [12:10:44] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) Quit (holmes.freenode.net irc.freenode.net)
- [12:11:30] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [12:11:30] * flaccid (n=flaccid@unaffiliated/flaccid) has joined #openid
- [12:11:30] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) has joined #openid
- [12:11:30] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) has joined #openid
- [12:33:55] * MacTed (n=Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
- [13:05:47] * xpo (n=xpo@bearstech/xpo) Quit ("see yas")
- [14:25:58] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (Read error: 104 (Connection reset by peer))
- [14:31:56] * flaccid (n=flaccid@unaffiliated/flaccid) has joined #openid
- [14:33:44] * flaccid (n=flaccid@unaffiliated/flaccid) Quit (Client Quit)
- [15:00:54] * MacTed (n=Thud@63.119.36.36) has joined #openid
- [15:06:35] * qwp0 (n=qwp0@gw.localnet.sk) has joined #openid
- [15:28:28] * qwp0 (n=qwp0@gw.localnet.sk) Quit (Remote closed the connection)
- [15:39:58] * Kaliya (n=Adium@adsl-68-124-70-214.dsl.pltn13.pacbell.net) has joined #openid
- [15:53:52] * Kaliya (n=Adium@adsl-68-124-70-214.dsl.pltn13.pacbell.net) Quit ("Leaving.")
- [20:01:50] * ryanmerket (n=rmerket@208.72.137.197) has joined #openid
- [20:42:01] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) Quit (holmes.freenode.net irc.freenode.net)
- [20:42:01] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) Quit (holmes.freenode.net irc.freenode.net)
- [20:52:27] * MacTed (n=Thud@63.119.36.36) Quit ()
- [20:55:12] * yangman (n=yzhao@S01060018f841c458.vf.shawcable.net) has joined #openid
- [20:55:12] * keturn (n=kevint@c-24-20-142-139.hsd1.or.comcast.net) has joined #openid
- [21:03:40] * ryanmerket (n=rmerket@208.72.137.197) Quit (Remote closed the connection)
- [21:32:29] * MacTed (n=Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
- [21:52:08] * dwhittle (n=dwhittle@nat/yahoo/x-djdafjmozdefmian) has joined #openid
- [21:57:53] * dwhittle (n=dwhittle@nat/yahoo/x-djdafjmozdefmian) Quit ("...")
- [22:48:48] * Kaliya (n=Adium@adsl-71-138-138-110.dsl.pltn13.pacbell.net) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.