Questions tagged [janrain]

SaaS vendor with flagship products offering solutions for social sign-in and registration (via OpenID and OAuth providers), user profile management, and single sign-on.Janrain specializes in customer identity data management and social login systems

Engage —Is now known as Social Login or Social Sharing. This solution allows users to log in or share content using an identity provider. Capture —Is now known as Registration. This solution allows users to log in to websites using social or traditional login, storing the user data for the customer. JUMP —Is now known as Janrain, and is the entire software platform. Federate —Is now known as Single Sign-On, and is a solution that allows social login or registration for an umbrella of related websites. Extensions —Are now known as integrations, and are organized into pre-built, blueprint, and self-serve categories.

139 questions
25
votes
2 answers

Example usage of AX in PHP OpenID

I'm using JanRain's PHP OpenID library. It comes with example script which is using SReg extension. But I want it to work with Google (and it works for auth actually), but Google uses AX (attribute exchange) instead of SReg for additional data. For…
Supercharged
  • 251
  • 4
  • 5
10
votes
8 answers

Janrain's PHP-OpenID and Google/Yahoo

I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, unlike most other providers, don't use a…
Dan G.
  • 103
  • 1
  • 9
8
votes
1 answer

php-openID doesn't work with Yahoo

i am trying to use php-openid library for implementing openID in my site. the basic consumer example inside its package doesn't work for Google and Yahoo. i found the Google solution here: Example usage of AX in PHP OpenID but it doesn't still work…
hd.
  • 17,596
  • 46
  • 115
  • 165
6
votes
1 answer

Migrating away from a social login provider

If I were to fully integrate Janrain Social Login or Oneall what would the hurdles be to migrate away into my own custom system? For example many developers use Janrains social plugin (and the many others) because they don't have time to do all the…
Flukey
  • 6,445
  • 3
  • 46
  • 71
5
votes
4 answers

How to distinguish/identify users with OpenID without requesting SReg fields?

I've been toying with the JanRain OpenID PHP Library, mostly following along with a tutorial I found on ZendZone. How does one distinguish between users - especially Google users, who all end up using the same OpenID URL,…
Richard JP Le Guen
  • 28,364
  • 7
  • 89
  • 119
5
votes
3 answers

Read Json data response using php

How can I read a JSON data response using php? The response t comes after user authentication done from a third party. Primarily, I just want displayName and preferredUsername data. Json response: { "stat": "ok", "profile": { …
user1910774
4
votes
1 answer

OpenID Autologin Janrain Example in php

I want my website to automatically detect if a user is logged into google. If they are, it checks the database to see if they are already registered. If they are registered, it logs them in to my site. Otherwise, it redirects them to the login…
Rob McCann
  • 41
  • 3
4
votes
3 answers

PHP OpenID doesn't work with Google/Yahoo and 'hacks' fix it... are they safe?

I've been experimenting with OpenID, and have set up a sample web page to access using my OpenID account. I'm using the Php OpenID Library by Janrain and it wasn't working with my Google Account. A little research led me to this question, which…
Richard JP Le Guen
  • 28,364
  • 7
  • 89
  • 119
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
1 answer

Can JanRain support logging in by Multiple Websites, and support Facebook Connect at the same time?

We are using Echo (aboutecho.com) so that users can add comments by logging in through Google, Yahoo, AOL, and OpenID. Echo does this by using JanRain. All is well except Facebook is missing, but to add Facebook login, we need to change the…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
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 get "return url" in Janrain RPX

How to get the previous url using the Janrain RPX login? I´m using Asp.Net MVC to request.
Fernando JS
  • 4,267
  • 3
  • 31
  • 29
3
votes
1 answer

JanRain PHP OpenID: How to check if a provider supports AX programmatically?

Ok, my problem is that some providers support SREG and some support only AX I need to know how it is that I can request from the provider which methods they support.. I tried looking through the documentation here…
AFK
  • 4,333
  • 4
  • 23
  • 22
3
votes
1 answer

JanRain OpenID in PHP SREG?

I setup the demo with a modified login I found called open-id selector. the login works fine and the identity url comes back, but the SREG data I ask for is never populated, required or optional. I am logging into my page with a gmail account. Here…
AFK
  • 4,333
  • 4
  • 23
  • 22
3
votes
1 answer

Debugging native binding library

I've built a static library from this Janrain source code and then created a binding library with Xamarin. An earlier version of the Janrain library worked just fine (eventually), but I needed to get the latest version for iOS 7 support but by…
Matt Burland
  • 44,552
  • 18
  • 99
  • 171
1
2 3
9 10