Questions tagged [rpxnow]

37 questions
15
votes
5 answers

What is a good openid selector control?

Now that idselector has been upgraded to RPXNow and you can't "just use" the selector code, what is a good replacement? I want to implement OpenId on a new website that I am using, but the users are going to be just dumb when it comes to logging in…
Tom Anderson
  • 10,807
  • 3
  • 46
  • 63
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
6
votes
1 answer

Speed up 20-second OpenID sign in via RPXNow

I've implemented RPXNow for several applications as a great abstraction for OpenID and OAuth to enable Google and Facebook sign-ins. My only complaint is that sign-in takes way too long. After clicking on Google's "Sign In" button, it takes 8-10…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
3
votes
3 answers

Ways to implement Janrain Engage (RPXNow) on Google App Engine?

What a some possible solutions to best implement Janrain Engage (RPX Now) on Google App Engine?
Ocimus
  • 105
  • 4
3
votes
1 answer

how to logout after getting authenticated by single sign on provider?

I am trying to provide authentication facility through third party single sign on provider like rpxnow. After login on every refresh of page I am not able to retrieve the cookies set by the provider so that I can delete them when user desires to log…
dhaval
  • 2,368
  • 9
  • 35
  • 60
2
votes
0 answers

How to test user features using Authlogic_RPX and Steak?

I'm trying to test features of my Rails 3 app for which a user should be signed in. I use authlogic_rpx for authenticating users through Facebook and Twitter, but I don't want to test that process. What I am looking for is to programmatically create…
martini-bonanza
  • 1,515
  • 3
  • 18
  • 33
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

Example of Janrain RPX authentication in JS?

I would like to integrate janrain to a website. For a reason, server-side I can only use standard javascript. I have already installed the widget and I am now trying to do the authentication part. I went through the documentation and code-samples,…
Lucas
  • 271
  • 2
  • 4
  • 12
1
vote
1 answer

Do I need a custom membership provider to integrate third-party authentication into ASP.NET?

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 level. I'm…
alastairs
  • 6,697
  • 8
  • 50
  • 64
1
vote
1 answer

how to use the janrain engage widget in an iOS native application which is built using Appcelerator's Titanium?

I've developed an iOS application using the Appcelerator's Titanium framework, I want to integrate the janrain login widget to my iOS application. Is anyone tried this? If so can you please help me to do this. Thanks, Siva...
Siva
  • 1,123
  • 2
  • 14
  • 25
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

How to disable logout on timeout with Authlogic?

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…
martini-bonanza
  • 1,515
  • 3
  • 18
  • 33
1
vote
1 answer

Janrain RPXnow (Engage) (https://rpxnow.com/) bypasses popup-blockers... how?

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?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
1
vote
1 answer

Adobe AIR: problem with OpenID / rpxnow logins

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,…
michael
  • 4,377
  • 8
  • 47
  • 73
1
vote
0 answers

How to fetch facebook friends via RPXNow with the PLUS membership

Now We're capable of fetching the profile from facebook to sign in with it. Now we want to fetch all friends from facebook to check if they are already on our site, but we can only fetch the friends' id as a list. Is there any way to implement…
1
2 3