IRC Log for #openid on 2008-05-12
Timestamps are in UTC.
- [00:15:36] * MrTopf (n=cs@pD9EBF6AB.dip.t-dialin.net) Quit ()
- [00:16:21] * MrTopf (n=cs@pD9EBF6AB.dip.t-dialin.net) has joined #openid
- [00:17:39] * MrTopf (n=cs@pD9EBF6AB.dip.t-dialin.net) Quit (Client Quit)
- [00:40:04] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [01:41:20] * tjohns (n=tjohns@cpe-76-170-58-80.socal.res.rr.com) has joined #openid
- [03:56:17] * stub (n=stub@ppp-58-8-13-246.revip2.asianet.co.th) has joined #openid
- [04:03:28] * lulurun (n=liu@219.106.248.145) has joined #openid
- [05:00:25] * flaccid (n=flaccid@124.189.84.12) Quit (Remote closed the connection)
- [05:07:52] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [05:24:25] * flaccid (n=flaccid@124.189.84.12) Quit (Remote closed the connection)
- [05:26:00] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [05:26:35] * flaccid (n=flaccid@124.189.84.12) Quit (Client Quit)
- [05:26:50] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [05:43:17] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [05:47:31] * RyanPrior (n=chatzill@137.28.242.76) has joined #openid
- [05:47:39] <RyanPrior>
Are OpenID and oAuth redundant?
- [06:03:28] * flaccid (n=flaccid@124.189.84.12) Quit (Read error: 113 (No route to host))
- [06:08:43] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [06:25:18] * shigeta_ (n=shigeta@124.32.114.226) has joined #openid
- [06:25:33] <tjohns>
RyamPrior: No, they're complimentary. OpenID is used to perform initial authentication. OAuth is used to delegate rights to other applications/services.
- [06:25:56] <tjohns>
Err, RyanPrior. Sorry, didn't mean to misspell your name.
- [06:29:00] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [06:33:00] * shigeta (n=shigeta@124.32.114.226) Quit (Read error: 110 (Connection timed out))
- [06:36:07] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [06:48:32] * pvandewyngaerde (n=pvandewy@242.65-241-81.adsl-dyn.isp.belgacom.be) has joined #openid
- [07:03:53] <RyanPrior>
tjohns: I've heard that oAuth is being used as an authentication framework though - isn't that what OpenID is meant to do?
- [07:04:06] <RyanPrior>
Or is OpenID just an "initial step" in an oAuth system?
- [07:05:19] <tjohns>
OAuth lets one application authenticate to another.
- [07:05:35] <tjohns>
However, it doesn't provide a mechanism for humans to authenticate to the application.
- [07:05:48] <tjohns>
So, here's an example:
- [07:06:05] <tjohns>
Let's say I have a photo sharing site, like Flickr.
- [07:06:18] <tjohns>
I login to that site using my OpenID.
- [07:06:48] <tjohns>
However, if I want to give somebody else access to my account, say a third party service that will print my photos out and mail them to me, I don't want to give them my OpenID username/password.
- [07:07:44] <tjohns>
That's where OAuth comes in. It let's me delegate access to that third-party site without having to give them my login credentials.
- [07:29:32] <RyanPrior>
For example, right now Facebook lets you put in the password to your email account to search your contacts for other Facebook members. With oAuth, you could provide an authentication token of sorts that would let them search your contacts but nothing else?
- [07:30:59] <tjohns>
Yes, that's correct.
- [08:07:23] * flaccid (n=flaccid@124.189.84.12) Quit (Read error: 113 (No route to host))
- [08:26:13] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [08:36:15] * RyanPrior (n=chatzill@137.28.242.76) Quit ("ChatZilla 0.9.82 [Firefox 3.0b5/2008050509]")
- [09:15:53] * a9913 (n=me@unaffiliated/a9913) has joined #openid
- [09:18:01] <lulurun>
miyagawa: about sixapart's openid lib
- [09:18:27] <lulurun>
I have tested the demo included in the source tree
- [09:18:41] <lulurun>
too slow for consumer to establish the authrequest
- [09:18:55] <lulurun>
Crypt::DH::generate_keys is executed everytime
- [09:19:02] <lulurun>
Crypt:: DH::generate_keys is executed everytime
- [09:19:28] <miyagawa>
install Math::Pari::GMP
- [09:20:40] <miyagawa>
Crypt::DH is very slow without the library installed
- [09:20:52] <lulurun>
but is it necessary (to "generate_keys" for every request)?
- [09:20:55] <miyagawa>
oops, sorry. Math::BigInt::GMP
- [09:21:52] <miyagawa>
which library and script are you talking about
- [09:23:05] <lulurun>
openid,
- [09:23:37] * bens (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [09:23:59] <lulurun>
Association.pm: Line 102: openid.dh_consumer_public => ,,,
- [09:25:50] <miyagawa>
I assume you can set cache to Consumer to avoid generating keys every time
- [09:26:38] <miyagawa>
you're not telling me which demo you're talking about
- [09:27:03] <miyagawa>
i can't find anything like that in Net-OpenID-Consumer source tree
- [09:28:51] <lulurun>
the demo is in [svnroot_of_openid]/website/demo/demo.html
- [09:29:58] <miyagawa>
that's an HTML file and not the real consumer app
- [09:30:31] <lulurun>
yes, it uses helper.cgi
- [09:30:33] <miyagawa>
anyway you can pass in Cache object to cache args of Net::OpenID::Consumer->new to avoid generating DH keys
- [09:30:49] <miyagawa>
and also install Math::BigInt::GMP to make the gen key fast
- [09:31:29] <lulurun>
yes, that is exactly what I want to know, thank you : >
- [09:31:53] <miyagawa>
cool :)
- [09:33:50] <lulurun>
but I think to improve the demo is important, that may stops others to use your lib (just my own opinion)
- [09:35:49] <miyagawa>
i never thought someone use the stuff under website/ for your development
- [09:38:11] <lulurun>
anyway, thank you very much, I have to leave now, good day!
- [09:38:17] <miyagawa>
np
- [09:38:21] * lulurun (n=liu@219.106.248.145) has left #openid
- [09:43:12] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) has joined #openid
- [10:32:48] * stub (n=stub@ppp-58-8-10-112.revip2.asianet.co.th) has joined #openid
- [10:37:02] * xpo (n=xpo@80.125.172.55) has joined #openid
- [10:56:08] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) has joined #openid
- [11:12:41] * xpo (n=xpo@80.125.172.55) Quit ()
- [11:13:27] * xpo (n=xpo@80.125.173.55) has joined #openid
- [11:14:17] * bens (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [11:21:35] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) Quit ()
- [11:34:41] * lopnor_ (n=lopnor@nat.soffritto.org) has joined #openid
- [11:35:11] * lopnor (n=lopnor@nat.soffritto.org) Quit (Read error: 104 (Connection reset by peer))
- [11:36:54] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [11:39:00] * a9913 (n=me@unaffiliated/a9913) Quit (Read error: 104 (Connection reset by peer))
- [11:47:50] * xpo (n=xpo@80.125.173.55) Quit (Read error: 110 (Connection timed out))
- [11:56:54] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [12:00:05] * a9913 (n=me@59.178.150.86) has joined #openid
- [12:01:41] * a9913 (n=me@unaffiliated/a9913) Quit (Read error: 104 (Connection reset by peer))
- [12:01:56] * a9913 (n=me@unaffiliated/a9913) has joined #openid
- [12:05:01] * shigeta_ (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [12:08:51] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) has joined #openid
- [12:12:05] * bens (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [12:12:29] * bens (n=bens@gateb.mh.bbc.co.uk) Quit (Client Quit)
- [12:21:47] * TedThibodeauJr (n=Thud@c-76-119-195-179.hsd1.ma.comcast.net) Quit ()
- [12:59:34] * lc0258112 (n=lc@209.34.235.6) has joined #openid
- [13:01:03] * lc0258112 is now known as darren-b
- [13:01:30] <darren-b>
Morning.
- [13:20:28] * TedThibodeauJr (n=Thud@63.119.36.36) has joined #openid
- [13:20:28] * bens (n=bens@gatea.mh.bbc.co.uk) has joined #openid
- [13:22:10] * tils (n=user@chello080109032231.16.14.vie.surfer.at) has joined #openid
- [13:29:53] * tjohns (n=tjohns@cpe-76-170-58-80.socal.res.rr.com) Quit ()
- [13:31:24] * a9913_ (n=me@unaffiliated/a9913) has joined #openid
- [13:41:21] * a9913 (n=me@unaffiliated/a9913) Quit (Read error: 110 (Connection timed out))
- [13:46:27] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) Quit ()
- [13:56:53] * darren-b (n=lc@209.34.235.6) Quit (Read error: 110 (Connection timed out))
- [14:03:19] * bens (n=bens@gatea.mh.bbc.co.uk) Quit ("This computer has gone to sleep")
- [14:06:21] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [14:10:50] * lc0258112 (n=lc@209.34.235.6) has joined #openid
- [14:12:04] * lc0258112 (n=lc@209.34.235.6) Quit (Read error: 104 (Connection reset by peer))
- [14:17:35] * bens (n=bens@gatea.thls.bbc.co.uk) has joined #openid
- [14:24:44] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [14:26:26] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) has joined #openid
- [14:29:03] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [14:53:03] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) Quit ()
- [14:58:19] * bens (n=bens@gatea.thls.bbc.co.uk) Quit ("This computer has gone to sleep")
- [15:00:14] * bens (n=bens@gateb.mh.bbc.co.uk) has joined #openid
- [15:00:18] * flaccid (n=flaccid@124.189.84.12) Quit (Remote closed the connection)
- [15:03:09] * a9913 (n=me@unaffiliated/a9913) has joined #openid
- [15:03:36] * a9913_ (n=me@unaffiliated/a9913) Quit (Nick collision from services.)
- [15:09:47] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [15:27:51] * a9913_ (n=me@unaffiliated/a9913) has joined #openid
- [15:28:39] * Ng (n=cmsj@mairukipa.tenshu.net) has joined #openid
- [15:29:26] <Ng>
with the apache openid module, is it possible to configure a situation that people will be given different content after they have authenticated, depending on who they are? (or more likely, which group they are in?)
- [15:33:36] <Ng>
err, sorry, using the python module with apache, a la http://j3h.janrain.com/mpopenid/README.html
- [15:43:00] * a9913__ (n=me@unaffiliated/a9913) has joined #openid
- [15:43:03] * a9913 (n=me@unaffiliated/a9913) Quit (Read error: 110 (Connection timed out))
- [15:59:35] * a9913_ (n=me@unaffiliated/a9913) Quit (Read error: 110 (Connection timed out))
- [16:02:29] * a9913__ is now known as a9913
- [16:05:01] * KevinMarks (n=KevinMar@nat/google/x-71c32854eefa04ff) has joined #openid
- [16:06:12] <KevinMarks>
morning - if you haven't seen the Friend Connect announcement, this is a good one: http://www.news.com/8301-13953_3-9941411-80.html
- [16:06:49] <KevinMarks>
The OpenID bottom line is 'any website can become an OpenID relying party'
- [16:12:40] <Chaz6>
KevinMarks: great, next stop, ipv6 :)
- [16:13:20] <Chaz6>
Do you have a working URL for the service?
- [16:16:40] <Chaz6>
Also, do you think that Google eat its own dogfood and become an OpenID RP?
- [16:16:50] <Chaz6>
s/eat/will eat/
- [16:33:37] <KevinMarks>
we are an RP in blogger
- [16:34:02] <KevinMarks>
and to build Friend Connect we are being an RP too
- [16:34:28] <KevinMarks>
the friend connect url will go live tonight after the campfire
- [16:34:44] <Chaz6>
Great :)
- [16:35:04] <Chaz6>
I look forward to it.
- [16:36:27] * mtrichardson (n=michaelr@74.213.11.178) has joined #openid
- [16:41:39] <Chaz6>
What would be really nice is some joined up services, for example, being able to specify a global avatar url using foaf for use on picasa, orkut, etc
- [16:56:43] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) has joined #openid
- [16:57:29] * Ng (n=cmsj@mairukipa.tenshu.net) has left #openid
- [16:57:56] * a9913 (n=me@unaffiliated/a9913) Quit ("IRC is just multiplayer notepad")
- [17:35:39] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [17:39:05] * KevinMarks (n=KevinMar@nat/google/x-71c32854eefa04ff) Quit ("The computer fell asleep")
- [17:39:20] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [17:39:21] * KevinMarks (n=KevinMar@nat/google/x-03a092d41410f075) has joined #openid
- [17:49:28] * pvandewyngaerde (n=pvandewy@242.65-241-81.adsl-dyn.isp.belgacom.be) Quit (Remote closed the connection)
- [17:55:06] * KevinMarks (n=KevinMar@nat/google/x-03a092d41410f075) Quit (Read error: 110 (Connection timed out))
- [18:02:41] * xpo (n=xpo@u-nix.com) has joined #openid
- [18:06:49] * KevinMarks (n=KevinMar@nat/google/x-6369d15180673a0f) has joined #openid
- [18:15:32] * bens (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [18:32:47] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) has joined #openid
- [18:37:54] * KevinMarks (n=KevinMar@nat/google/x-6369d15180673a0f) Quit ("The computer fell asleep")
- [18:38:32] * etnt` (n=tobbe@90-230-215-241-no44.tbcn.telia.com) has joined #openid
- [18:46:43] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
- [18:50:59] * flaccid (n=flaccid@124.189.84.12) has joined #openid
- [19:26:28] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit ("Leaving")
- [19:41:18] * xpo (n=xpo@u-nix.com) Quit ()
- [20:22:05] * wjames5 is now known as Paris
- [20:22:18] * Paris is now known as wjames5
- [20:41:16] * theanomaly (n=anomaly@cpe-76-189-21-135.neo.res.rr.com) has joined #openid
- [20:53:48] * TedThibodeauJr (n=Thud@63.119.36.36) Quit ()
- [20:58:19] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) Quit ("This computer has gone to sleep")
- [20:59:44] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) has joined #openid
- [21:14:05] * josel_cal (n=j@cpc1-port1-0-0-cust474.cos2.cable.ntl.com) has joined #openid
- [21:30:15] * josel_cal (n=j@cpc1-port1-0-0-cust474.cos2.cable.ntl.com) Quit ("..")
- [21:59:49] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) Quit ("This computer has gone to sleep")
- [22:23:53] * TedThibodeauJr (n=Thud@c-76-119-195-179.hsd1.ma.comcast.net) has joined #openid
- [22:35:03] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) has joined #openid
- [22:36:46] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) Quit (SendQ exceeded)
- [22:37:52] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) has joined #openid
- [22:41:05] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) Quit (SendQ exceeded)
- [22:44:51] * reffle (n=reffle@cpc2-amer1-0-0-cust67.watf.cable.ntl.com) has joined #openid
- [23:00:37] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) has joined #openid
- [23:06:38] * MrTopf (n=cs@pD9EBE04B.dip.t-dialin.net) Quit ()
- [23:35:38] * a9913 (n=me@unaffiliated/a9913) has joined #openid
- [23:38:58] * etnt` (n=tobbe@90-230-215-241-no44.tbcn.telia.com) Quit (Remote closed the connection)
- [23:39:05] * mtrichardson (n=michaelr@74.213.11.178) Quit ()
- [23:43:51] * lopnor_ (n=lopnor@nat.soffritto.org) Quit (Read error: 110 (Connection timed out))
- [23:48:12] * KevinMarks (n=KevinMar@nat/google/x-8ebe94dfe551417f) has joined #openid
- [23:54:52] * lopnor_ (n=lopnor@nat.soffritto.org) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.