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...
Does anybody know of the best (or any) tutorial for OpenID either with or without RPX in a WinForm (.net 2.0 and C#)?
...
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.
...
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 ...
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 - ...
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...
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
...
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?
...
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...
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...
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.
...
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#.
...
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...
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 anyone know if RPX is an abbreviation for something or just a name?
...
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?
...
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!
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...
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...
Janrain Engage (formerly RPX) seems very nice but is there something similar but under freesoftware?
...