Questions tagged [attribute-exchange]
9 questions
5
votes
1 answer
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 => 'https://www.google.com/accounts/o8/id'
end
When I login via Google…

weotch
- 5,788
- 6
- 35
- 42
4
votes
1 answer
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 params into browser i get back XML file. Should i…

Odif Yltsaeb
- 5,575
- 12
- 49
- 80
3
votes
1 answer
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 documentation here…

AFK
- 4,333
- 4
- 23
- 22
2
votes
1 answer
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 a specific question though, but first a little…

Joel Verhagen
- 5,110
- 4
- 38
- 47
2
votes
1 answer
WSO2 Identity Server, Spring Security and OpenID attributes
I have a webapplication using spring security. I'd like to login using an account i have configured on the WSO2 identity server using OpenID.
I can login just fine, the identity server asks for the password and redirects me back to my…

Rolf
- 21
- 1
1
vote
2 answers
Forcing a different Attribute Exchange namespace in DotNetOpenAuth
Currently I am using OpenID (via C# and DotNetOpenAuth) to create a single sign-on feature between App A ('their app') and App B ('my app').
I wish to make use of attribute exchange to acquire data their app offers. Their API documents how AX…

spamguy
- 1,575
- 2
- 17
- 37
0
votes
1 answer
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 like Google and Yahoo...
My config file for the…

drfranks3
- 667
- 8
- 21
0
votes
1 answer
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 that? Would that be a good alternative?
Advice much…

Hamster
- 2,962
- 7
- 27
- 38
0
votes
1 answer
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 created the attributes array that I need to fetch…

Gaurav Sharma
- 2,830
- 1
- 37
- 54