-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Since Sproutcore is not dependent on the backend server to render pages, I'm struggling on how to get it working with Janrain.
In one of the login processes of Janrain a HTTP request is sent to a backend server that processes the information and render a logged in page to the user.
Since I'm using…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I setup the demo with a modified login I found called open-id selector. the login works fine and the identity url comes back, but the SREG data I ask for is never populated, required or optional. I am logging into my page with a gmail account. Here is the code from my try_auth.php that I edited
$sreg_request…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When signing in to stackoverflow with google I get this message
Stackoverflow.com is asking for some information from your Google Account [email protected]
• Email address: [email protected]
However on my site I can log in with openid but I can't ask for the email address. I get this message
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 http://openidenabled.com/files/php-openid/docs/2.1.3/ but I didn't see anything.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using JanRain's PHP OpenID library. It comes with example script which is using SReg extension. But I want it to work with Google (and it works for auth actually), but Google uses AX (attribute exchange) instead of SReg for additional data. For some reason, JanRain's library is missing AX support…
>>> More