Tagged Questions

9
votes
5answers
3k views

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 ...
2
votes
1answer
98 views

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 ...
1
vote
1answer
122 views

Retreiving 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 ...
1
vote
1answer
287 views

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 ...