Questions tagged [rpxnow]
37 questions
1
vote
2 answers
RPXnow Facebook Connect - Use and Level of support?
I am using RPXnow.com authentication solution for a rails app and am now at the point of wanting to develop Facebook integration features using Facebook Connect and the client api. What I am unclear on from RPXnow docs is the level of integration…

dnewman
- 275
- 3
- 11
0
votes
2 answers
Passwords for applications using third-party authentication?
I have an ASP.NET MVC application into which I have just integrated the RPX third-party federated identity system. The integration is working ok, but I'm having some difficulty wrapping my head around what to do with it at the ASP.NET…

alastairs
- 6,697
- 8
- 50
- 64
0
votes
1 answer
Janrain Engage not working in Safari brower
I've got it working in all other browsers tested -- Mac Chrome & Firefox, but it fails in Safari. Here is the current source: http://eventchampion.heroku.com

listenlight
- 654
- 1
- 12
- 27
0
votes
1 answer
How to skip email confirmation for users who uses Devise rpx conecteable
I am working on a mini project and i dont know how to skip email confirmation for users who uses devise_rpx_connectable_to sign in, Every time i try to sign in using this services it sends email confirmation to those users.

Uchenna
- 4,059
- 6
- 40
- 73
0
votes
1 answer
how do you extract information from profile using janrain engage with devise_rpx_connectable gem?
I learned about the devise_rpx_connectable gem through a railscast. I've implemented with my rails 3 application and it authenticates the user fine; but I don't know how to 1) redirect after login using the urle_token, 2) use the token received…

Anthony H
- 347
- 3
- 13
0
votes
1 answer
RPXLib.dll throwing the exception The remote server returned an error: (500) Internal Server Error
I am trying to build the site login facility as single sign on. some how I come across to the site Janrain where I found the API's to do so. also I am trying this in my asp.net MVC application. so that I was following the steps given over here
I…

Red Swan
- 15,157
- 43
- 156
- 238
0
votes
1 answer
Janrain (RPX) basic setup
I might be thickheaded but I can't seem to get the Janrain (former RPX) to work. I have done the following:
Signed up and followed the stuff they need you to fill out.
Download the sample code (c#)
At my token site (mydomain.com/user/login) I have…

Dofs
- 17,737
- 28
- 75
- 123
0
votes
1 answer
RPX token URL problem
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…

gautamlakum
- 11,815
- 23
- 67
- 90
0
votes
2 answers
Google App Engine's db.UserProperty with rpxnow
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…

psmith
- 2,292
- 1
- 19
- 19
0
votes
2 answers
RPX abbreviation expansion?
Does anyone know if RPX is an abbreviation for something or just a name?

Masna
- 213
- 1
- 3
- 12
0
votes
1 answer
SSL Error while using rpxnow
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…

felix
- 11,304
- 13
- 69
- 95
0
votes
1 answer
rpxnow - How to promote users to sign in
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…

Harry
- 1,509
- 3
- 15
- 25
0
votes
2 answers
Trouble with authlogic_rpx
I'm trying to run http://github.com/tardate/rails-authlogic-rpx-sample (only rails version was changed) but get error message http://gist.github.com/385696, when RPX returns information after successful authentication via Google Account. What is…

Andrei
- 10,918
- 12
- 76
- 110
0
votes
2 answers
After I get the user profile from RPX how do I set the user as authenticated?
I am using RPX for authentication. Now I get the user profile with identifier. What to do next to set authentication cookie and other things? Also the logout feature. in ASP.net 3.5 and C#.

Tanmoy
- 44,392
- 16
- 45
- 55
0
votes
1 answer
Getting RPXNow and Facebook Open Graph to Play Nicely
A requirement to use the RPXNow is to set your Facebook application's connect url to http://mydomain.rpxnow.com.
I was just trying to implement Facebook's Open Graph and I see that it tells you to set the Base Domain to the domain that will contain…

Ramon Tayag
- 15,224
- 9
- 43
- 69