janrain

Janrain php library and google endpoint for OpenId

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

Janrain's PHP-OpenID and Google/Yahoo

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

Retrieve the formated URL from open_id form

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

Get brief human-readable info about XRI OpenID with Python?

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

OpenID error messages on python-openid

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

How do I add checkid_immediate support to a JanRain phpopenid example server?

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

Example usage of AX in PHP OpenID

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

406 "Not Acceptable" error when using JanRain OpenID Library with Google

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

Can't login to my project using google or Yahoo OpenID

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

Attribute Exchange Problem

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

OpenID PHP Library Janrain, and setting the Auth_OpenID_RAND_SOURCE to null

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

JanRain OpenID in PHP SREG?

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

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 http://openidenabled.com/files/php-openid/docs/2.1.3/ but I didn't see anything. ...

php-openID doesn't work with Yahoo!

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

Has anyone used JanRain / RPX to enable users multiple login options (e.g. Google, Twitter, Facebook, etc)?

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

PHP OpenID doesn't work with Google/Yahoo and 'hacks' fix it... are they safe?

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

How to distinguish/identify users with OpenID without requesting SReg fields?

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

Associating multiple OpenID's to a single user using the built in ASP.NET providers

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

Janrain RPXnow (Engage) (https://rpxnow.com/) bypasses popup-blockers... how?

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

Log in using Google Apps account using Janrain Exchange (http://www.janrain.com)

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