IRC Log for #openid on 2007-12-23
Timestamps are in UTC.
- [00:21:39] * Roebot (n=AaronF@ip68-101-200-165.sd.sd.cox.net) Quit (Read error: 110 (Connection timed out))
- [01:19:09] * tbbrown (n=tom@cpe-66-68-116-179.austin.res.rr.com) Quit ("leaving")
- [01:27:20] * Skwid_ (n=skwid@lau06-1-82-228-247-28.fbx.proxad.net) has joined #openid
- [01:27:20] <jibot>
Skwid_ is cool
- [01:28:28] * Skwid_ (n=skwid@lau06-1-82-228-247-28.fbx.proxad.net) has left #openid
- [01:47:00] * Roebot (n=AaronF@ip68-101-200-165.sd.sd.cox.net) has joined #openid
- [02:03:09] * Roebot (n=AaronF@ip68-101-200-165.sd.sd.cox.net) Quit (Read error: 104 (Connection reset by peer))
- [02:13:59] * TheSheep (i=sheep@atos.wmid.amu.edu.pl) Quit (Remote closed the connection)
- [02:14:24] * TheSheep (n=sheep@atos.wmid.amu.edu.pl) has joined #openid
- [02:22:34] * TheSheep (n=sheep@atos.wmid.amu.edu.pl) Quit (Remote closed the connection)
- [02:25:25] * TheSheep (n=sheep@atos.wmid.amu.edu.pl) has joined #openid
- [02:30:33] * TheSheep (n=sheep@atos.wmid.amu.edu.pl) Quit (Remote closed the connection)
- [02:31:21] * TheSheep (n=sheep@atos.wmid.amu.edu.pl) has joined #openid
- [03:30:58] * priidu_ (n=aa@58.246.249.245) has joined #openid
- [04:08:31] * stu1 (n=stub@ppp-58.8.11.201.revip2.asianet.co.th) has joined #openid
- [04:08:31] * stub (n=stub@canonical/launchpad/stub) Quit (Nick collision from services.)
- [04:08:44] * stu1 is now known as stub
- [05:30:56] * tbbrown_ (i=tbbrown@cpe-66-68-116-231.austin.res.rr.com) has joined #openid
- [06:44:36] * Roebot (n=AaronF@ip68-101-200-165.sd.sd.cox.net) has joined #openid
- [09:26:03] * Roebot (n=AaronF@ip68-101-200-165.sd.sd.cox.net) Quit ("Leaving")
- [10:02:30] * pvandewyngaerde (n=pvandewy@54.25-201-80.adsl-dyn.isp.belgacom.be) has joined #openid
- [11:17:07] * pvandewyngaerde (n=pvandewy@54.25-201-80.adsl-dyn.isp.belgacom.be) Quit (Remote closed the connection)
- [11:23:03] * Skwid_ (n=skwid@lau06-1-82-228-247-28.fbx.proxad.net) has joined #openid
- [11:23:03] <jibot>
Skwid_ is cool
- [11:30:24] * Skwid_ (n=skwid@lau06-1-82-228-247-28.fbx.proxad.net) has left #openid
- [13:05:01] * _keturn (n=acapnoti@pdpc/supporter/sustaining/keturn) Quit (Read error: 110 (Connection timed out))
- [13:05:13] * jrbot (n=supybot@c-71-236-228-127.hsd1.or.comcast.net) Quit (Read error: 110 (Connection timed out))
- [13:06:56] * rorek (n=rorek@c-71-236-228-127.hsd1.or.comcast.net) Quit (Read error: 110 (Connection timed out))
- [13:39:31] * rorek (n=rorek@c-71-236-228-127.hsd1.or.comcast.net) has joined #openid
- [13:39:59] * _keturn (n=acapnoti@pdpc/supporter/sustaining/keturn) has joined #openid
- [13:44:04] * jrbot (n=supybot@c-71-236-228-127.hsd1.or.comcast.net) has joined #openid
- [14:41:55] * Mitsurugi hi all
- [16:12:01] * keturn (n=kevint@pdpc/supporter/sustaining/keturn) Quit (Remote closed the connection)
- [16:14:10] * keturn (n=kevint@pdpc/supporter/sustaining/keturn) has joined #openid
- [17:47:22] * Leonidas (n=Leonidas@unaffiliated/leonidas) has joined #openid
- [17:47:32] <Leonidas>
hi
- [18:32:49] * priidu_ (n=aa@58.246.249.245) Quit (Read error: 110 (Connection timed out))
- [18:50:12] * pvandewyngaerde (n=pvandewy@89.65-200-80.adsl-dyn.isp.belgacom.be) has joined #openid
- [19:10:52] <Leonidas>
I am trying to build an OpenID provider but I'm having some difficulties on how it is supposed to work
- [19:11:09] <Leonidas>
I have already implemented simple Yadis lookup
- [19:11:42] <Leonidas>
now, the consuler is sending me some data via POST, but I don't really know what to send him back.
- [19:12:23] <Leonidas>
invalidate_handle:{HMAC-SHA1}{46071e25}{Tt8MwQ==}
- [19:12:23] <Leonidas>
is_valid:true
- [19:12:52] <Leonidas>
this is what the openid-book says, but I don't get such a handle by POST from the consumer
- [19:30:33] <VxJasonxV>
maybe the consumer is broken? :)
- [19:58:11] <Leonidas>
VxJasonxV: Don't think so, as it is a publich consumer meant for testing. But I think I'm slowly grokking it.
- [20:05:10] <keturn>
what language are you working in?
- [20:11:17] <Leonidas>
Python
- [20:11:48] <Leonidas>
I got it running, but python-openid does have a really terrible API
- [20:12:43] <keturn>
:-/
- [20:12:57] <keturn>
How's it terrible?
- [20:17:17] <Leonidas>
keturn: feels like Java, way too complex
- [20:34:52] <keturn>
I'm looking at the endpoint() method in the example server view, and I think it works out well enough. The only change I can think to make is that it might be nicer to pass in callback URLs instead of requiring the caller to write the switch on checkid_*
- [20:43:29] <keturn>
but I'd certainly be open to other suggestions
- [21:11:07] * pvandewyngaerde (n=pvandewy@89.65-200-80.adsl-dyn.isp.belgacom.be) Quit (Remote closed the connection)
- [22:21:08] * Leonidas (n=Leonidas@unaffiliated/leonidas) has left #openid
- [23:01:36] * Peng (n=mnordhof@fl-76-4-99-145.dhcp.embarqhsd.net) Quit (Read error: 110 (Connection timed out))
- [23:49:32] * peace-keeper (n=peace-ke@c-24-91-177-185.hsd1.ma.comcast.net) has joined #openid
- [23:56:05] * ronny (n=ronny@89.163.168.33.static.rdns-uclo.net) has joined #openid
- [23:58:31] <ronny>
yo
- [23:59:42] <ronny>
is thereany second openid lib for python (from the first looks python-openid seems to suck)
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.