Questions tagged [ruby-openid]
10 questions
10
votes
5 answers
Ruby-OpenID: Requiring email-address from OpenID provider
I'm playing with the authlogic-example-app and I'm failing to get the email address from the OpenID provider (in my case: Google and Yahoo) when I register a user, resp. I get an empty response instead of an email address (check the comments in code…

Javier
- 2,491
- 4
- 36
- 57
5
votes
2 answers
ruby-openid: @socket not set while performing discovery
I'm having a bit of truble with omniauth/openid.
When trying to authenticate, I found this in my logs:
OpenID::FetchingError: Error fetching https://www.google.com/accounts/o8/.well-known/host-meta?hd=profiles.google.com%2Fmy_username: undefined…

Andrei Serdeliuc ॐ
- 5,828
- 5
- 39
- 66
2
votes
1 answer
Logging in with WebFinger and OpenID
I am messing around with WebFinger and trying to create a small rails app that enables a user to log in using nothing but their WebFinger account. I can succesfully finger myself, and I get back an XRD file with the following snippet:
Link…

Ryan
- 2,102
- 4
- 18
- 23
2
votes
1 answer
Relative root causes different OpenID user tokens after upgrading to Rails 3 with Passenger
We have gmail openid working for more than a year with Redmine 1.3.1 (Rails 2 Mongrel). I have upgraded a separate box to Redmine 2.0.3 (Rails 3 Passenger), but when I switch over from the old instance to the upgraded instance all users are…

Pierre Pretorius
- 2,869
- 22
- 21
1
vote
1 answer
OpenID authentication goes into strange error loop (Ruby on Rails, ruby-openid, open_id_authentication)
I've been using OpenID for my site for a while, and everything has been working fine. However, recently I've been seeing some strange errors in the error logs. Apparently, everything works fine for the user, and they're able to log in. However,…

Micah
- 17,584
- 8
- 40
- 46
1
vote
1 answer
Retrieving user details using openid
I am using the open_id_authentication plugin for login purpose. I am able to integrate the plugin correctly and it works well. I would like to retrieve additional values like the nickname and email of the user, which I am not able to retrieve. I am…

felix
- 11,304
- 13
- 69
- 95
1
vote
0 answers
Rails: simple bundler question with ruby-openid
I just installed the ruby-openid gem and then bundled it by entering
gem 'ruby-openid', :require => 'openid'
in the gemfile. Then I started bundle install and bundle lock. Everything worked fine so far.
But how can I now access the classes of…

Joern Akkermann
- 3,542
- 8
- 33
- 41
1
vote
2 answers
Create a new user with new openid login authlogic
I've implemented authlogic in a rails site, and I'm trying to get openid to work correctly. So far, you can login just fine as long as you have an existing account, but not so much if you don't. I'd like to be able to automagically create a new…

Ryan
- 668
- 5
- 12
0
votes
1 answer
can I set the return url for ruby-openid?
I am using ruby-openid, can I change the return URL to something other than the default (current action)?
(Using rails 4)

transient_loop
- 5,984
- 15
- 58
- 117
0
votes
1 answer
Rails3 + OpenID == mmmmmm; Rails3 + JQGrid == mmmmmmm; Rails3 + OpenID + JQGrid == BZZZT
Trying to use JQuery widgets -- actually JQGrid, in particular -- with a Rails 3 application. I'm using ruby-openid to do authentication with Google, and used Seth Ladd's nice recipe to get that working.
Which it does -- for page views and POSTS…

Rick Wayne
- 1,503
- 2
- 12
- 11