Skip to content

Instantly share code, notes, and snippets.

@jjulian
Created April 5, 2012 18:03
Show Gist options
  • Save jjulian/2312885 to your computer and use it in GitHub Desktop.
Save jjulian/2312885 to your computer and use it in GitHub Desktop.
https://accounts.google.com/o/openid2/auth?openid.assoc_handle=AMlYA9UJBozPiJiAA8zy3HG1MgQ8g8y3nqPVtMjdoOXutcKd3buWSITu
openid.ax.if_available=ext0,ext1,ext3,ext4,ext7
openid.ax.mode=fetch_request
openid.ax.required=ext2,ext5,ext6,ext8
openid.ax.type.ext0=http://axschema.org/namePerson/friendly
openid.ax.type.ext1=http://axschema.org/media/image/aspect11
openid.ax.type.ext2=http://axschema.org/namePerson/last
openid.ax.type.ext3=http://axschema.org/contact/state/home
openid.ax.type.ext4=http://axschema.org/contact/city/home
openid.ax.type.ext5=http://axschema.org/namePerson/first
openid.ax.type.ext6=http://axschema.org/namePerson
openid.ax.type.ext7=http://axschema.org/contact/web/default
openid.ax.type.ext8=http://axschema.org/contact/email
openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select
openid.identity=http://specs.openid.net/auth/2.0/identifier_select
openid.mode=checkid_setup
openid.ns=http://specs.openid.net/auth/2.0
openid.ns.ax=http://openid.net/srv/ax/1.0
openid.ns.sreg=http://openid.net/extensions/sreg/1.1
openid.realm=http://localhost:3000
openid.return_to=https://localhost:3000//auth/open_id/callback?_method%3Dpost
openid.sreg.optional=postcode,nickname
openid.sreg.required=email,fullname
@jjulian
Copy link
Author

jjulian commented Apr 5, 2012

When I set openid.realm to equal the openid.return_to param, the request works. This url was sent from the app running at https://localhost:3000/, what gem is setting this url up, ruby-open_id?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment