IRC Log for #openid on 2009-05-26
Timestamps are in UTC.
- [00:49:58] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [01:04:33] * flaccid (n=chris@124-170-120-142.dyn.iinet.net.au) has joined #openid
- [03:15:35] * paradisaeidae (i=chatzill@usr033.bb271-01.udp.im.wakwak.ne.jp) has joined #openid
- [03:16:50] <paradisaeidae>
So if I've added a field to my OpenID, can a request be made at registration time to gain it if I allow it.
- [03:16:51] <paradisaeidae>
ie: a filed I have created which is outside the sreg fields?
- [03:18:15] <flaccid>
paradisaeidae your OP can send the field, what the RP does is up to the RP.
- [03:19:33] <paradisaeidae>
thnks, how do I request it on server-side? (I'm writing login routine in Ruby, works fine just trying to gain extra field).
- [03:20:41] <flaccid>
i don't understand
- [03:21:04] <flaccid>
is this sreg or ae?
- [03:22:19] <paradisaeidae>
o, ok so I need to do a 'ae'?
- [03:22:27] <paradisaeidae>
I've done sreg.
- [03:22:46] <flaccid>
not sure if sreg actually specs custom fields
- [03:22:57] <flaccid>
http://openid.net/specs/openid-attribute-exchange-1_0.html requests explained for AE heree
- [03:24:08] <flaccid>
reading the http://openid.net/specs/openid-simple-registration-extension-1_0.html i only see the normal 8 fields spec'd
- [03:24:30] <paradisaeidae>
sreg chokes on additional field requests...
- [03:24:41] <paradisaeidae>
...politely...
- [03:24:45] <flaccid>
define choike
- [03:24:46] <flaccid>
choke
- [03:25:01] <flaccid>
maybe you mean a certain RP chokes
- [03:25:03] <paradisaeidae>
as in..... coffs up....
- [03:25:16] <flaccid>
that doesn't explain anything.
- [03:25:51] <paradisaeidae>
sorry, attempted humor..
- [03:25:53] <paradisaeidae>
OpenUp: #<ArgumentError: blaBla is not a defined simple registration field>
- [03:26:17] <flaccid>
well i don't know what software you are using. the spec can't choke, only implementations..
- [03:26:33] <flaccid>
oh i misread
- [03:26:49] <paradisaeidae>
yep, spec is good.... thanks flaccid!
- [03:26:55] <flaccid>
you said sreg. well yes going back to what i said before, sreg is 8 pre-defined fields as per the spec.
- [03:27:18] <flaccid>
so if you wanna do custom fields you do AE which is what you want to do anyway
- [03:27:42] <flaccid>
then the only thing as usual is relying on relying parties to support
- [03:29:53] * munch13 (n=munch13@24-196-160-255.dhcp.ahvl.nc.charter.com) has joined #openid
- [03:30:20] <munch13>
does anyone know of an e-mail provider that takes openID for sign-ups?
- [03:31:23] <flaccid>
good question
- [03:31:54] <flaccid>
that will be me in about 1 year. but currently i can't think of any personally
- [03:32:17] <flaccid>
maybe AOL :p
- [03:33:55] <flaccid>
munch13 or http://openiddirectory.com/darkscape-inc-s-1746.html
- [03:34:48] <flaccid>
actually a few possibilities in the openid directory munch13 it seems
- [03:37:24] <munch13>
flaccid: cool, thanks for the link! nice nick btw ;)
- [03:37:46] <flaccid>
thanks and np :)
- [03:51:08] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
- [03:55:21] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Read error: 54 (Connection reset by peer))
- [04:24:46] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
- [04:26:56] <paradisaeidae>
undefined method `-@' for #<OpenID::AX::FetchRequest <-- when instantiating!
- [04:26:57] <paradisaeidae>
ax_request = OpenID::AX::FetchRequest.new
- [04:27:13] <flaccid>
what is returning that ?
- [04:27:27] <paradisaeidae>
the .new !
- [04:28:44] <flaccid>
what software are you using?
- [04:29:31] <paradisaeidae>
This is Ruby 1.8.7, OpenID module.
- [04:30:46] <paradisaeidae>
Might check my Ruby::OpenID version....
- [04:31:07] <flaccid>
never done ruby sorry
- [04:39:45] * mosites_ (n=mosites@67.188.43.72) has joined #openid
- [04:42:46] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Connection timed out)
- [04:47:35] <paradisaeidae>
ax_request = OpenID::AX::FetchRequest.new ---=> undefined method `-@' for #<OpenID::AX::FetchRequest !
- [04:47:54] <flaccid>
probably the wrong place to complain paradisaeidae
- [04:48:03] <flaccid>
there is mailing lists for the janrain libs iirc
- [04:48:17] <paradisaeidae>
sorry.... meant to paste in ruby-lang....
- [04:48:31] <flaccid>
still someone here should be ruby. keturn you alive by any chance?
- [04:49:22] <flaccid>
could also report a bug http://openidenabled.com/ruby-openid/ but its unlikely that there is a bug but rather you are implementing wrongly
- [04:49:27] <flaccid>
still..
- [04:51:08] <paradisaeidae>
yep..
- [04:51:43] <flaccid>
did you look how its done with the example at least ?
- [04:54:22] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) has joined #openid
- [04:56:16] <paradisaeidae>
Found example. http://rakuto.blogspot.com/2008/03/ruby-fetch-and-store-some-attributes.html
- [04:56:24] <flaccid>
coolio
- [04:57:09] <flaccid>
that example still does ax_req = OpenID::AX::FetchRequest.new
- [05:03:00] * mosites_ (n=mosites@67.188.43.72) Quit (Read error: 110 (Connection timed out))
- [05:11:08] * mosites (n=mosites@c-67-188-43-72.hsd1.ca.comcast.net) Quit (Read error: 60 (Operation timed out))
- [05:34:02] <paradisaeidae>
False alarm. code format issue!
- [05:34:15] <flaccid>
hehe
- [05:34:24] <flaccid>
out of interest, what you mean by format? syntax?
- [05:53:07] <paradisaeidae>
very embarassing..... used '------' as 'code visualizer'..... as in contextual assistance
- [05:54:03] <paradisaeidae>
(hides under clever use of misdirection....
- [05:58:20] <flaccid>
oh
- [05:58:28] <flaccid>
a comment ?
- [05:58:32] <flaccid>
meh fux me never done ruby
- [05:58:40] <flaccid>
it looks like a poor mans python
- [06:00:49] <paradisaeidae>
Was meant 2 b comment..... #-------------
- [06:00:50] <paradisaeidae>
python, would not know, skipped it.
- [06:01:29] <flaccid>
hahah
- [06:01:38] <flaccid>
yeah how cool is the python :p
- [06:06:46] * flaccid (n=chris@124-170-120-142.dyn.iinet.net.au) Quit ()
- [06:23:15] * shigeta_ (n=shigeta@60.32.136.97) has joined #openid
- [06:27:56] * shigeta__ (n=shigeta@60.32.136.97) has joined #openid
- [06:29:06] * shigeta (n=shigeta@124.32.114.226) Quit (Read error: 60 (Operation timed out))
- [06:36:59] * shigeta (n=shigeta@60.32.136.97) has joined #openid
- [06:45:25] * shigeta_ (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
- [06:55:17] * shigeta__ (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
- [07:09:42] * stub (n=stub@conference/ubuntu-developer-summit/x-b7df063c616b4095) has joined #openid
- [07:17:32] * shigeta_ (n=shigeta@124.32.114.226) has joined #openid
- [07:36:00] * shigeta (n=shigeta@60.32.136.97) Quit (Read error: 110 (Connection timed out))
- [07:38:26] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
- [07:41:42] * stub1 (n=stub@conference/ubuntu-developer-summit/x-59d2b7d805273a16) has joined #openid
- [07:41:42] * stub (n=stub@canonical/launchpad/stub) Quit (Nick collision from services.)
- [07:41:55] * stub1 is now known as stub
- [07:44:08] * paradisaeidae (i=chatzill@usr033.bb271-01.udp.im.wakwak.ne.jp) Quit ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042316]")
- [07:46:59] * shigeta (n=shigeta@60.32.136.97) has joined #openid
- [07:54:36] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) has joined #openid
- [08:05:00] * shigeta_ (n=shigeta@124.32.114.226) Quit (Read error: 110 (Connection timed out))
- [08:07:01] * Orango (n=s-e@wikimedia/Orango) Quit (Client Quit)
- [09:19:19] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) has joined #openid
- [09:43:39] * xpo (n=xpo@bearstech/xpo) Quit ()
- [10:26:21] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [10:52:27] * shigeta (n=shigeta@60.32.136.97) Quit ("Leaving...")
- [10:54:40] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [10:58:29] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) Quit ("Leaving...")
- [11:41:57] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
- [12:03:29] * stub (n=stub@conference/ubuntu-developer-summit/x-fc94799ff909fae0) has joined #openid
- [12:22:58] * xpo (n=xpo@bearstech/xpo) Quit ()
- [12:47:23] * stub (n=stub@canonical/launchpad/stub) Quit (Read error: 113 (No route to host))
- [12:55:46] * stub (n=stub@conference/ubuntu-developer-summit/x-1b5add7f98c88605) has joined #openid
- [13:14:50] * Tykling (i=tykling@gibfest.dk) has left #openid
- [13:21:35] * qwp0 (n=qwp0@gw.localnet.sk) has joined #openid
- [13:40:37] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [13:40:43] * stub (n=stub@conference/ubuntu-developer-summit/x-83bcf12eb9d72970) has joined #openid
- [13:59:06] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [14:01:33] * stub (n=stub@conference/ubuntu-developer-summit/x-233f4742d1a33ec8) has joined #openid
- [14:37:40] * qwp0 (n=qwp0@gw.localnet.sk) Quit (Read error: 113 (No route to host))
- [14:55:39] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
- [15:02:36] * jochen___ (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
- [15:02:53] * jochen___ (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
- [15:05:25] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [15:12:19] * stub (n=stub@conference/ubuntu-developer-summit/x-f2aad6a99fd9d4fc) has joined #openid
- [15:18:02] * jochen__ (n=jochen@router.begen1.office.netnoc.eu) Quit (Read error: 113 (No route to host))
- [15:18:19] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [15:23:44] * stub (n=stub@conference/ubuntu-developer-summit/x-549c062f6744d243) has joined #openid
- [15:29:37] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
- [15:48:54] * daleolds (n=daleolds@137.65.156.73) has joined #openid
- [16:30:19] * jochen (n=jochen@router.begen1.office.netnoc.eu) has joined #openid
- [16:55:25] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit ("Lost terminal")
- [16:55:42] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
- [16:56:58] * jochen (n=jochen@router.begen1.office.netnoc.eu) Quit (Remote closed the connection)
- [16:57:54] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit (Client Quit)
- [16:58:05] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) has joined #openid
- [16:59:17] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit ("Leaving")
- [16:59:24] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [17:06:00] * daleolds (n=daleolds@137.65.156.73) has left #openid
- [17:07:54] * xpo (n=xpo@bearstech/xpo) Quit ()
- [17:19:12] * Tykling (i=tykling@gibfest.dk) has joined #openid
- [17:30:52] * singpolyma (n=singpoly@c-76-21-5-96.hsd1.ca.comcast.net) Quit ("Lost terminal")
- [17:45:53] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) has joined #openid
- [17:53:51] * daleolds (n=daleolds@137.65.228.116) has joined #openid
- [18:02:20] * xpo (n=xpo@bearstech/xpo) has joined #openid
- [18:33:06] * dwhittle (n=dwhittle@nat/yahoo/x-f7a49428027de86c) has joined #openid
- [19:01:42] * rkerr (n=rowan@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
- [19:25:04] * jochen__ (n=jochen@91.182.193.237) has joined #openid
- [19:26:28] * jochen__ (n=jochen@91.182.193.237) Quit (Client Quit)
- [19:55:42] * rkerr (n=rowan@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) Quit ("Ex-Chat")
- [20:01:07] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
- [20:08:58] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) Quit ("Leaving.")
- [20:49:38] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) Quit ("Lost terminal")
- [21:46:36] * singpolyma (n=singpoly@173-11-94-130-SFBA.hfc.comcastbusiness.net) has joined #openid
- [21:49:16] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) Quit (Remote closed the connection)
- [22:09:51] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) has joined #openid
- [22:35:26] * daedeloth (n=daedelot@ip-81-11-178-81.dsl.scarlet.be) Quit (Client Quit)
- [22:43:17] * rkerr (n=Adium@CPE0016cbc69125-CM0011ae91b176.cpe.net.cable.rogers.com) has joined #openid
- [23:45:41] * mosites (n=mosites@pool-173-51-249-32.lsanca.fios.verizon.net) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.