rpx

Using RPX or similar openID selector in other languages than English

When you login to Stackoverflow you see a button with the openID logo between the text input field and the submit button. When you click this button you get a dropdown with the main openID providers. This is an integrated 3rd party service called 'ID selector' which has been deprecated in favour of it's successor RPX (rpxnow.com). RPX e...

OpenID in WinForm?

Does anybody know of the best (or any) tutorial for OpenID either with or without RPX in a WinForm (.net 2.0 and C#)? ...

RPX openID auth_info in java

I am using RPXnow Openid service with java but I am not getting how to call authentication url of api with token and obtain xml response returned by openid service in same calling jsp.Pls help. ...

How to implement multiple custom realms with RPX?

Right now I have a free RPX account for integrating Open ID into my web site. I understand that to get a custom realm with RPX (e.g. signon.example.com versus example.rpxnow.com) I need to sign up for the premium service level. Before I can make a decision, I need to know some details on how custom realms are managed with RPX. I have ...

RPX - OPEN ID - APP ENGINE USER AUTH SYSTEM HELP!

Ive spent days searching the web and im drawing a blank -im new to python too! I simply want to integrate RPX (janrain) into Appengine - loads of code for the script inserts and the return of the openid token - that's all great - but other than that no-one seems to take it any further as in actually creating an openid login that works - ...

RPX API Call auth_info is returning "missing parameter" error

I cannot get the RPX auth_info API call to work. It keeps returning the error: "Missing parameter: apiKey" I am using the C# RPX Helper Class provided on their Wiki:RPX Helper Class Below is my code in my Page_Load method. The RPX service works by sending a POST to a Url that I specify. My code gets the token from the post data show...

drupal rpx module openid

Hi, I have installed rpx module in drupal 6 . it is working for gmail, yahoo only . not working for open id login as well as aol login. Please any one help . with this issue ...

Authlogic RPX extended permissions

Hi, I am working on the Facebook Connect feature for a Ruby on Rails website. I noticed that FB doesn't provide the user's email unless you demand extended permissions. I'm using the authlogic_rpx gem. Does anyone know, if it's possible, and if how, to ask the user for granting access to his email address using the authlogic_rpx gem? ...

drupal rpx module registration mail

Hi, I have installed rpx module in drupal, i am trying to send registration mail details using providers gmail, yahoomail. mail is going properly but i cannot see password details . it is empty kindly any one help me how to send mail with details username and password . i have used folllowing function _user_mail_notify('register_no_ap...

Using OpenID as the only authentication method

I have read the other questions and they mostly talk about the security of doing so. That's not entirely my concern, mostly because the website is question is a browser-based game. However, the larger issue is the user - not every user is literate enough to understand OpenID. Sure RPX makes this pretty easy, which is what I'll use, but w...

Open id URL login API as same as stack over flow login?

Hi, anyone guide me opx api (its like rpx i think) for website login authentication as same in stack over flow. currently im using drupal rpx module for my login purposes. or guide me any opensource api same as of stack over flow login functionality. Thanxs in advance. ...

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

Trouble with authlogic_rpx

Hi, 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 wrong here? And how I can fix it? The code was successfully tested with rails 2.3.3 by i...

How to set up RPX widget and facebook app to be able to authenticate with rpx_now?

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

RPX abbreviation expansion?

Does anyone know if RPX is an abbreviation for something or just a name? ...

Is there a library like RPX for Android?

Does someone know of a library that is fairly "drop in" and allows you to easily put together multiple authentication options in an Android app to services like Facebook, OpenID, Twitter, etc. much like RPX does? ...

How to change the language on rpxnow applet?

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

How can i get photo_url from janrain / RPX?

Hi! If somebody visit my site, i would like to extract the photo_url after jainrain / RPX authentication was happend on my site. But photo_url was not sent. I get the openid name, but not the photo address. I tried it with my gmail account, i put a photo to my profile, and i published it for anybody, but gmail doesn't sent it for me. W...

Cant get token from janrain.

Hi! I set up the authentication window, according to the introduction janrain, but as the callback come, there is no token. What could be the problem? Here is the magic code: ... $rpxApiKey = '95c8d032db3db656e7716749552ff12c82f7108f'; if(isset($_POST['token'])) { echo "hello"; /* STEP 1: Extract token POST parameter */ $t...

Free software library to have login system like Janrain Engage (formerly RPX)

Janrain Engage (formerly RPX) seems very nice but is there something similar but under freesoftware? ...