The attribute-exchange tag has no wiki summary.
5
votes
1answer
470 views
How do I NOT require user's email when using Rails Omniauth gem and Google OpenID
My current /config/initializers/omniauth.rb file contains:
Rails.application.config.middleware.use OmniAuth::Builder do
provider :open_id, nil, :name => 'google', :identifier => ...
4
votes
1answer
701 views
Django openid authentication with google
I am looking into authenticating via google.
I dont understand how it works:http://code.google.com/apis/accounts/docs/OpenID.html#Samples
If i do that 2nd request by entering the data as one url with ...
3
votes
2answers
589 views
JanRain PHP OpenID: How to check if a provider supports AX programmatically?
Ok, my problem is that some providers support SREG and some support only AX I need to know how it is that I can request from the provider which methods they support.. I tried looking through the ...
2
votes
1answer
182 views
Using OpenID with an existing website login sytem
I have recently implemented Google and Yahoo's OpenID endpoints into my authentication system on my site so that users can avoid creating an account on my site. Pretty common practice, right?
I have ...
0
votes
1answer
115 views
Codeigniter OpenID Authentication
I'm new to the OpenID concept and recently tried implementing an OpenID Library for CodeIgniter using the JanRain PHP 5 system. However ran into some issues while retrieving simple data from sites ...
0
votes
0answers
26 views
Which OpenID providers pass email addresses?
I need to implement OpenID login system. The thing is that i still need user's e-mail address to send some delicate information that i won't store openly in db. I wan't to allow a wide range of openid ...
0
votes
1answer
24 views
What may be a good alternative way to verify return users with OpenID?
I was looking into claimed identifiers, but they seem to have some issues with some providers, evidently? What about an attribute exchange request for an account's email address or something like ...
0
votes
1answer
259 views
yahoo's attribute exchange -> blank data is coming
I am trying to build openid login system for my website. To do this I used JanRain's php openid library v 2.1.3.
I am also using openid selector to select the openid provider from the list.
I first ...