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
3
votes
0 answers

Integrating Janrain and Xamarin

Has anybody successfully managed to integrate the Janrain Jump.IOS library with Xamarin? So far I tried downloading the Jump.IOS from GitHub, created a XCode static library and added in all the stuff from the JREngage folder (right now, if I can get…
Matt Burland
  • 44,552
  • 18
  • 99
  • 171
3
votes
2 answers

Java Play framework parsing JSON error

I want to setup Janrain authentication to my Play! project which is hosted on GAE and uses GAE module. But I get the following error while I try to login: RuntimeException occured : Cannot parse JSON (check logs) And Play highlighs the following…
Jack
  • 49
  • 5
3
votes
1 answer

Janrain OpenId vs lightopenid PHP libraries

What are the differences between the PHP implementation of Janrain's PHP OpenID library and the LightOpenID. Is one more secure than the other? According to Google's best practices page: A correct OpenID implementation has to: cover checking of…
icc97
  • 11,395
  • 8
  • 76
  • 90
2
votes
1 answer

Janrain and IOS 5 Compatibility

Is the Janrain iOS library for Engage compatible with IOS 5?
jeffslofish
  • 360
  • 2
  • 13
2
votes
3 answers

The difference between using Janrain and OAuth?

Im using Janrain at the moment and dont know much about OAuth. Could someone explain the differences between these two?
ajsie
  • 77,632
  • 106
  • 276
  • 381
2
votes
0 answers

Janrain Social Login fails on localhost

I have been using a java/javascript/angular login process using Janrain Social Login for a while and everything has worked well both locally and deployed to the web. A few days ago, the localhost implementation stopped working... What happens: 1.…
Andrew-NZ
  • 492
  • 1
  • 5
  • 14
2
votes
1 answer

Has anyone used JanRain / RPX to enable users multiple login options (e.g. Google, Twitter, Facebook, etc)?

I'm debating whether to consider using a product like this to provide my users with multiple login options or to build/maintain this myself internally. What are the pros of this product/service? What do you see as the major arguments NOT to use…
David
  • 21
  • 1
2
votes
1 answer

Web2py 3rd party authentication

I have made a webapp in python using web2py which has 3rd party authentication using Janrain as recommended. On my local server it worked absolutely fine, but now when I deployed on pythonanywhere, the authentication is giving me the following…
Hemal
  • 265
  • 1
  • 7
  • 17
2
votes
0 answers

Will Facebook API v2.0 affect Gigya, Janrain to obtain user's data in API v2.0 for commercial use?

According to this , existing Facebook apps that using version 1 will expire on April 30th, 2015. Version 2 api require developers to review every extra permissions beside public information that needed for the apps. Is this going to affect Gigya and…
Thunder
  • 89
  • 1
  • 1
  • 7
2
votes
1 answer

OpenID PHP Library Janrain, and setting the Auth_OpenID_RAND_SOURCE to null

I was looking into using OpenID for an upcoming project I was going to be working on. After reading through some tutorials on Janrain's PHP implementation of OpenID and looking through the source code I uploaded it to my server and tested out the…
AFK
  • 4,333
  • 4
  • 23
  • 22
2
votes
2 answers

Janrain Engage Social Login Looks Messed Up in Bootstrap 3

Has anyone else been able to make Janrain Engage and Bootstrap 3.x play nice? Since updating my project to use Bootstrap 3, the Janrain Engage sign-in widget looks messed up and seems to overflow outside of its borders. According to a post on the…
bhall
  • 1,391
  • 3
  • 14
  • 19
2
votes
1 answer

Janrain SSO check_login token_uri not called

I'm currently implementing janrain single-sign-on on several site. I check if the user is already logged with this code: JANRAIN.SSO.ENGAGE.check_login({ sso_server: 'my_sso_server_uri', logout_uri: 'my_logout_uri', …
FredPonch
  • 460
  • 4
  • 16
2
votes
2 answers

janrain engage modal popup window wont close during the onProviderLoginToken event

Its been a long strange trip in my travels to get this entire process of authenticating the user using the Janrain client authentication process to work but I finally got it working but.... How do I close the modal popup window after I get the token…
2
votes
2 answers

Accessing current user information with Janrain and Ruby on Rails

I'm using Janrain to handle user sessions in my Ruby on Rails app. It appears to be working, however, I don't know how to tell if a user is logged in or not or access the current user's information. After the user signs in, is there a session…
Dan Palumbo
  • 105
  • 1
  • 7
2
votes
2 answers

Janrain import contacts API need PRO type account?

I am integrating Janrain Import contacts in my Cakephp Project. While Using Janrain API i get the following Error ( [stat] => fail [err] => Array ( [code] => 7 [msg] => You must upgrade your account to access this API ) ) So I upgraded my…
AnNaMaLaI
  • 4,064
  • 11
  • 53
  • 93
1
2
3
9 10