Janrain provides services that enable web sites to use OpenID authentication services.

learn more… | top users | synonyms

0
votes
1answer
44 views

How to start using my new installation of JabbR on AppHarbor?

Question to all the JabbR/SignalR/AppHarbor/Janrain/ASP.NET integration experts out there: I successfully forked JabbR from GitHub and cloned into my repo!!! I also successfully deployed to a new ...
1
vote
1answer
17 views

Adding Janrain library to eclipse project?

I am trying to import janrain to my eclipse ide. I'm trying to follow the directions, but I don't see the folder that this section refers to called JREngage Import the JREngage project into your ...
0
votes
1answer
37 views

how should I store data coming in array through Janrain in different variables?

I'm using Janrain for my website users so that they can login into the website with any of their Social media account. Everything is working fine in terms of authorization, login and getting the user ...
1
vote
1answer
33 views

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', ...
0
votes
1answer
53 views

janrain Social media login integration

Am trying to use janrain social media login , but still i dont understand what i should do and how do i add the user infromation to my table and open his session , now i configered the widget and ...
0
votes
1answer
35 views

Janrain server side response to Android app

Here's the documentation on how to implement Janrain engine in Android. Example of server side response is here. Quote: "As necessary create and return access tokens or session cookies in your ...
0
votes
0answers
136 views

Key 'token' not found in QueryDict error retrieving Janrain POST data in Django

I got a form-based auth system working well in Django but am now trying to adapt it for use with Janrain. What am I missing here? I tried: def janrain(request): if request.method == 'POST': ...
0
votes
0answers
17 views

JANRAIN one click sharing

I'm trying to integrate the janrain "one click sharing widget" using following link http://developers.janrain.com/documentation/widgets/one-click-sharing-widget/ I integrated this but while clicking ...
0
votes
0answers
51 views

Janrain engage without displaying the widget

Is there any way to use the engage free APIs to authenticate to a provider without the widget? My problem I am trying to implement authentication from a Windows Phone app, and the WebBrowser control ...
0
votes
1answer
55 views

janrain widget missing when switching modals

I have a janrain widget that worked fine till a couple of days ago. There is a modal that displays the janrain widget on it and clicking on a link on this modal flips to another modal that displays ...
1
vote
1answer
49 views

Janrain engage: token_url not called from Firefox

I have an application using Janrain Engage for login. Everything works since few months, except on ONE machine from Firefox... I have no clue for what reason, when I try to log-in from this machine ...
0
votes
0answers
87 views

Janrain engage doesnt work with facebook login

I installed the janrain engage plugin in my magento site,configured it and its working fine with live,yahoo and google but when it comes to fb it gives me an error. the first time someone logs in it ...
0
votes
1answer
40 views

Janrain contacts

I am using janrain to log onto site and also to pull contacts the users facebook, gmail, etc. accounts. As it is now it will only pull in contacts from the logged in account. Is there a way to pull ...
0
votes
1answer
77 views

how to change janrain engage facebook sigin in text color

I am using janrain engage facebook signin for my website, i have customized the button. Could not chnage the facebook signin text color. I tried janrain.settings.fontColor = '#fff'; , but its not ...
0
votes
1answer
138 views

Why is Janrain's Engage example only working in IE?

First, let me preface this with the fact that I am totally new to OpenID and not very experienced with PHP. I set up Janrain's Engage example on my website (Apache/PHP), including their JavaScript in ...
0
votes
1answer
88 views

Decoding the information from token with janrain

I am using janrain widget for OAuth process on my website. I am testing this in following URL: http://vignesh.gvignesh.org/register/ After clicking the register button, the user is signed in from ...
0
votes
2answers
96 views

How can I prevent a javascript code from loading on certain pages?

We use the e-commerce platform X-cart to host our shopping cart along with a built in integration for Janrain which allows for social login through facebook, etc. We wish to limit the ability to ...
1
vote
0answers
108 views

How to use Attribute Exchange (AX) with php-openid?

We are working with php-openid library of Janrain. There is no documentation or example about how to use the AX.php class and configure it on the OpenID provider/server. We found one thread about ...
0
votes
0answers
51 views

Janrain login without widget

I am using jQuery Mobile and already have a list of social providers with icons. Is it possible to use my own custom UI to login (no pre-built widget from Janrain)?
1
vote
1answer
184 views

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 ...
0
votes
1answer
415 views

Automatic Login with Janrain/OneAll/LoginRadius etc

I am planning to allow users to login to a website I am developing using their social network logins. Probably using one of the multi-provider services such as Janrain, OneAll, LoginRadius. What I ...
0
votes
0answers
45 views

Drupal Janrain OpenID Wrong url being sent

I have recently installed janrain openid login into a drupal website. I am having an issue with the wrong url being sent, ...
0
votes
1answer
165 views

janrain engage popup to modal window

janrain engage facebook login opens in popup window, how to make it open in same window as modal window. Please help me in this. my code is like this, ...
0
votes
0answers
166 views

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 ...
2
votes
1answer
102 views

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. ...
0
votes
0answers
33 views

janrain signin in jqueryMobile

I am using Janrain social plugin for facebook signin in my website, Now i m making mobile version of the site with jqueryMobile. When i click facebook, it opens facebook login in new popup window and ...
3
votes
2answers
571 views

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 ...
1
vote
1answer
157 views

Can you prevent a user logging in multiple times with Janrain, or similar social network logins?

I would like to enable logging in from multiple services on my site, but would not like users to login with, say, facebook and then logout and then back in with, say, Google+. I am not sure if there ...
0
votes
1answer
675 views

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: ...
0
votes
0answers
106 views

Chrome back button issue for cross browser login

I am logging in to the site using Janrain facebook login. On successful authentication from facebook i ll taken to the home page. From the home page i m navigating to other page. From that page when i ...
1
vote
1answer
117 views

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 ...
1
vote
1answer
100 views

Can Janrain appId be public?

I can't a definitive answer as to whether or not Janrain AppId can be exposed publicly by a site that uses it in order to get third party apps to use the iOS SDK to perform authentication. Background ...
0
votes
3answers
107 views

what is the design of database to use openID?

I want to use janrain for my login system, Everything is ready, but i dont know how to build my database?what is the database design to use openID? specially when some users have some different ...
1
vote
3answers
155 views

How to authenticate with facebook account in Plone

I'm searching for an existing Plone add-on that allows Facebook users to authenticate in Plone - version 4.x. There is plonesocial.auth.rpx but it's full of bugs and it doesn't work in Plone 4.
1
vote
0answers
426 views

Can't Retrieve Google User Info After Janrain's OpenID PHP Library Login

I start saying that I HATE OpenID, because it's poorly implemented/documented. I'm trying to use "openid-php-openid-2.2.2-24". Here the source code: https://github.com/openid/php-openid When I try ...
0
votes
1answer
66 views

How do I get the data out of this array? Single sign on

I have implemented a Single Sign on function using Janrain. It outputs this data (amongst other data). Is it possible to break this down and extract only the displayName for example so that I may ...
1
vote
1answer
102 views

Openid Server store trusted sites with identity

I have just started use janrain openid for php ( link ). Once I had created another table with columns like id, nick, email and an user I'd like to remember which sites I trusted. Janrain creates 2 ...
0
votes
1answer
5k views

Janrain error: Invalid redirect_uri: Given URL is not allowed by the Application configuration

I'm trying to setup Janrain Engage with my drupal website. I have created a Janrain account I have setup the providers (including Facebook) I have installed and configured the module (Drupal 7) I ...
3
votes
1answer
350 views

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 ...
0
votes
1answer
189 views

Creating a user/entity using Janrain Capture RESTful API

Is it possible to create a user/entity using Janrain Capture without using the built in registration widgets, but using the RESTful API? ...
1
vote
1answer
82 views

Consequences of changing the domain name with Janrain

On a website, I'm using Janrain to allow user to login/sign in. Due to a rebrand, the domain name will change to another one. What will the consequences be ? Will my user need to sign in again ? Will ...
0
votes
1answer
285 views

501 HTTP error when trying to use php OpenID with Google

I've been trying to implement openID authentication as a consumer in a project I'm developing, and I haven't yet managed to make even the examples work as I want. Even though the example consumer ...
0
votes
1answer
389 views

Reloading janrain widget

I have the Janrain social login widget in place on my site and am processing authentication requests with AJAX. In certain situations, even though there is a successful login with the social site ...
1
vote
1answer
123 views

Janrain - Remove Default Sign In As

I have Janrain Engage for a site with three providers (Facebook, Google, Yahoo) If a users authenticates say via Facebook on my site and then comes back to my site, instead of showing the three login ...
2
votes
1answer
425 views

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 ...
2
votes
2answers
217 views

Janrain and IOS 5 Compatibility

Is the Janrain iOS library for Engage compatible with IOS 5?
1
vote
1answer
180 views

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 ...
1
vote
1answer
115 views

Add a custom OpenID provider to a Janrain widget

With the Janrain widget code, is it possible to add our own custom OpenID provider to the list? Like next to the Google / OpenID plugins. Any clever code we may have missed? Thanks
3
votes
1answer
151 views

Janrain login control for a MonoTouch project

Does anyone know if there exists a component for JanRain Engange for MonoTouch, or if it exists as an Open Source project?
0
votes
1answer
175 views

Janrain Engage not working in Safari brower

I've got it working in all other browsers tested -- Mac Chrome & Firefox, but it fails in Safari. Here is the current source: http://eventchampion.heroku.com <!DOCTYPE html> <html ...

1 2 3