On Sat, Jul 4, 2009 at 5:43 PM, Trevor Phillips<trevor.phill...@gmail.com> wrote: > > Disappointingly, it looks like many providers don't offer SREG details > - Google, Yahoo, LiveJournal didn't return anything. MyOpenID did > though.
Doing a bit more reading, it looks like Google won't support SREG, but are supporting AX, which seems to be the way places are going. Does the current Catalyst OpenID Auth support AX? Fudging the format for the SREG query, I tried: extensions => { 'http://openid.net/srv/ax/1.0' => 1 }, extension_args => [ 'http://openid.net/srv/ax/1.0', { required => 'email', 'type.email' => 'http://schema.openid.net/contact/email' } ] ...but got nothing back from the providers I tried. -- Trevor Phillips - http://dortamur.livejournal.com/ "On nights such as this, evil deeds are done. And good deeds, of course. But mostly evil, on the whole." -- (Terry Pratchett, Wyrd Sisters) _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/