Questions tagged [rpx]
33 questions
9
votes
3 answers
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…

CMircea
- 3,543
- 2
- 36
- 58
4
votes
1 answer
How to access a variable in initializer file in Rails
I have Devise and Devise_RPX_Connectable (https://github.com/chrisdebruin/devise_rpx_connectable) working (users can login with their facebook account). I'm using
rails -v 2.3.5 devise --version 1.0.8 devise_rpx_connectable --version 0.1.3
My…

Ehsan
- 43
- 5
4
votes
1 answer
user_signed_in? always returns false
I have been following these railscasts
http://railscasts.com/episodes/209-introducing-devise &&
http://railscasts.com/episodes/233-engage-with-devise
for user authentication, however whenever I try to see if a user is signed in, the response is…

mr_mariusz
- 644
- 7
- 12
3
votes
4 answers
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#)?
Zenfar
3
votes
2 answers
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…

markus
- 40,136
- 23
- 97
- 142
2
votes
1 answer
How to associate two OpenID providers as being the same user
I've implemented OpenID on my website and I'm curious how sites such as stackoverflow.com can tell that my gmail account is linked to my facebook account.
E.g. I come to stackoverflow.com for the first time and I sign in using my gmail account. …

justinl
- 10,448
- 21
- 70
- 88
2
votes
1 answer
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…

Andrei
- 10,918
- 12
- 76
- 110
2
votes
0 answers
rails error when db:migration add_rpx_to_admins after adding gem devise_rpx_connectable
The error :
/Users/bo/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in require': cannot load such file -- devise/schema (LoadError)
from…

cupidcb
- 97
- 4
- 11
1
vote
1 answer
Using Janrain Engage (RPX) in Adobe Air + Flex?
I have a website using Janrain for the Log-In and I also have a desktop application (Adobe Air) that require login with the website, but I can't get it work.
My idea was to use mx:HTML container and navigate to the Janrain login system so the user…

JPelletier
- 2,049
- 16
- 23
1
vote
1 answer
RPX/Janrain - using an image map instead of the widget
I would like to use an image map for my Rpx/Janrain basic account instead of the widget they provide. I have tried looking through the javascript file, but it is minified so useless to me.
I just want the "login buttons" to be displayed in my header…

Dave Albert
- 1,429
- 15
- 21
1
vote
2 answers
Ideal Janrain integration with existing ASP.NET membership database
I've got Janrain working for SSO and no problems there. But once I get the user's identification and put it into the ASP.NET membership database, don't I also need to set a password? I guess I can put in a dummy password for each user, but that…

Jenn Rain
- 11
- 1
1
vote
2 answers
RPX, OpenID - How to write a proper SignIn Handler for AppEngine
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…

spidee
- 557
- 1
- 6
- 21
1
vote
1 answer
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…

dso
- 9,463
- 10
- 53
- 59
1
vote
0 answers
Program loader using native c++
I have a dotnet winform application compressed and protected by RPX Packer with a password. The application can be opened from the windows command prompt supplying the password as the command line argument(e.g. MyApp.exe ). Instead of the command…

jeff
- 684
- 1
- 11
- 30
1
vote
1 answer
cannot load such file -- devise/schema (LoadError)
After I added the devise_rpx_connectable gem to my Gemfile, I cannot run rails server anymore or migrate to add a column to my Users table. I'm trying to follow the railscast example here:…

mr_mariusz
- 644
- 7
- 12