Im using janRain Php library for OpenId and yadis discovery and no matter what i do, i will work in stuff like user.openid.org or my own provider, but if i try to use the google endpoint, i cant get any discovery information.
Even if i run the discovery example for the janrain library, i get the next result Claimed
Identifier http://...
I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, unlike most other providers, don't use a user-specific URL, but rather have the user discovery framework all on their end - which throws the...
I just added OpenID to my website using the PHP janrain libraries, and I got everything working but I have a question about how to do something.
After receiving the openid_url from the user, I pass it to the openid lib, which then processes the url and gets it ready to send to the OP. How can I retrieve that URL?
Why I ask is because ...
I'd like to be able to tell to the site visitor that comes with his/her OpenID: you are using your XYZ id for the first time on mysite - please create your sceen name, where XYZ is a nice token that makes sense. For example - XYZ could be the provider name.
I'd like to find a solution that works for OpenID as defined in the standard - i...
I'm using the python-openid library from Janrain at
http://openidenabled.com/python-openid/
I adapted their Django example to another framework called Web2Py and it appears to be working, but with some annoying side-effects.
The first problem is that sreg (Simple Registration Extension) and ax (Attribute Exchange) don't seem to work...
I'm using an OpenID server based on the JanRain phpopenid library. It's nothing special, simply patched to work with the Yubico onetime password generator. It authorizes fine, but fails the "Successful checkid_immediate" tests at the JanRain diagnosis tool. It says a setup required for checkid_immediate, but I'm not sure what that means....
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 in example script, and code comments ...
Hello everybody,
I am using the latest Janrain openid library example and the discovery process seems to work well with Yahoo, myopenid.com and others...
But I am stuck with Google endpoint (https semicolon //www.google.com/accounts/o8/id). Consumer.php just returns a 406 apache error, before I am redirected to google's page.
All my i...
Hi guys I've set up an openID login system - just like the one we have here on stackoverflow and on the backend I'm using JanRains libraries. It was working fine until all of a sudden - people can't login using a google or yahoo openid. ITs constantly failingt - instead however any other regular openid seems to work fine. WHats going on ...
I have used the sample code given in this site?
but it not works means that when I used myOpenID and localhost for attribute exchange then it gives an array like this
Auth_OpenID_AX_FetchResponse Object ( [mode] => fetch_response [ns_alias] => ax [ns_uri] => http://openid.net/srv/ax/1.0 [data] => Array ( ) [update_url] => )
Can anyone...
I was looking into using OpenID for an upcoming project I was going to be working on. After reading through some tutorials on Janrain's PHP implementation of OpenID and looking through the source code I uploaded it to my server and tested out the example script included with my Google ID and I was getting some errors about the Auth_OpenI...
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 = Auth_OpenID_SRegRequest::b...
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.
...
i am trying to use php-openid library for implementing openID in my site.
the basic consumer example inside its package doesn't work for Google and Yahoo.
i found the Google solution here:
http://stackoverflow.com/questions/1183788/example-usage-of-ax-in-php-openid/2612816
but it doesn't still work for Yahoo! .
how can i made it works?
...
I'm debating whether to consider using a product like this to provide my users with multiple login options or to build/maintain this myself internally. What are the pros of this product/service? What do you see as the major arguments NOT to use this project/service?
...
I've been experimenting with OpenID, and have set up a sample web page to access using my OpenID account. I'm using the Php OpenID Library by Janrain and it wasn't working with my Google Account. A little research led me to this question, which suggests the problem is that Google uses https and...
... it's likely the setup for making...
I've been toying with the JanRain OpenID PHP Library, mostly following along with a tutorial I found on ZendZone.
How does one distinguish between users - especially Google users, who all end up using the same OpenID URL, https://www.google.com/accounts/o8/id ?
Basically, I'm at the point where I can detect that they have an OpenID acc...
I've configured a new MVC2 site to use JanRain Engage (formerly RPXNow) for authentication.
I would like to be able to associate multiple OpenID's to a single user account, but still use the built in providers.
Is there a good solution for handling this without creating new tables or heavy modification to the built-in stored procs?
Po...
Basically I need to open a login window in a popup, so that it doesn't get blocked by popup blocker. Similar to what Janrain does in it's RPXnow solution. How do they do that?
...
Hi,
I tried logging in using my google app account ([email protected]) but it says no such user (or something to that effect).
According to http://www.janrain.com/solutions/supported-networks/google-api,
Janrain Exchange can support google app accounts, but how exactly do i do it?
Thanks!
...