Using the sample app for rpx_now gem ( http://github.com/grosser/rpx_now_example) on localhost:3000, I have successfully logged in via Google Accounts, myOpenID, Yahoo, but cannot make it via Facebook.
In the RPX app/widget settings I have set my facebook-app key and secret. In my facebook app settings, the Connect URL is myappname.rpx...
Does Adobe Air work with OpenID/rpxnow?
I'm having a developer build me an AIR app to work with my website so I can have access to desktop photos.
However, my site uses OpenID logins via the rpxnow.com implementation. Works fine in the web version, but my developer has told me that he cannot do rpxnow/openid logins from the AIR app be...
Hi,
My Rails webapp uses tardate's excellent authlogic_rpx gem so that users can register and sign in using their Twitter or Facebook account.
Now I need to update a user Twitter or Facebook status. Which gem should I use for Twitter? and for Facebook? Or should I prefer Net::HTTP for both?
Since the users authorised my app through au...
Since adding rpxnow to our website, less users are signing in.
Are these readers worried about giving their (eg hotmail) password to a third party site?
Has anyone found a good way to promote use of rpxnow (or other openid managers) as a secure method of authentication to non tech savvy readers?
...
Hi...
I am using RPX for OpenID Authentication. I am getting the following error. It happens only in windows. It works perfectly in Mac. Can someone please guide me to solve this error.
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server c ertificate B: certificate verify failed)
...
Does anyone know if RPX is an abbreviation for something or just a name?
...
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?
...
I'm experimenting with Janrain's RPX and I can't find out how to change the language on the rpxnow widget.
I followed the instructions on the website and I tried changing the url:
e.g. https://corsimtec.rpxnow.com/openid/v2/signin?language_preference=es&token_url=http://nuno.cordeiro.pt/
AND setting the widget to RPXNOW.language_pr...
Hi,
I'm running a Rails web app where the authentication system is based on Authlogic and tardate's authlogic_rpx.
The first one handles everything about sessions, the second one does the mapping with RPX/Janrain (which offers the users to sign in with Twitter or Facebook).
All the users are always automatically logged out after a cer...
Hi,
We have a Django project which runs on Google App Engine and used db.UserProperty in several models. We don't have an own User model.
My boss would like to use RPXNow (Janrain) for authentication, but after I integrated it, the users.get_current_user() method returned None. It makes sense, because not Google authenticated me. But w...
Hi there,
I am using RPX in my CakePHP project. I have set the toke url like this: http://www.mysite.com/users/login
Here is my login action code.
function login() {
$this->Ssl->force();
$this->layout = 'colorbox';
$this->pageTitle = "User Login";
}
I have used SSL with the login form. Look above code( $this->Ssl...
Janrain Engage (formerly RPX) seems very nice but is there something similar but under freesoftware?
...
What a some possible solutions to best implement Janrain Engage (RPX Now) on Google App Engine?
...