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
1
vote
1 answer

auth_info in janrain authentication

I am trying to use janrain to handle authentication fir many providers in my Android app. After a successful provider login I get the auth_info data from janrain. I am trying to understand the details in it but I can't find anything in the…
1
vote
0 answers

php-openid Example server | Openid Server

I've been scouring through the web looking for a good setup on a openID server provider. Everything I come across requires a lot of additional setup... Far above what I know to do right now. I'm trying to learn it all, but its been a difficult…
1
vote
1 answer

Binding protocol fails to pass conformsToProtocol

Using Xamarin to create a binding library for some external code, I've encountered a problem where despite (as far as I can tell) implementing all of the selectors in a protocol, in Obj-C code, my delegate fails to pass a conformsToProtocol check…
Matt Burland
  • 44,552
  • 18
  • 99
  • 171
1
vote
1 answer

Google Apps SSO + Get Users in Google Apps Domain

I have recently implemented the SSO functionality for a Google Apps Marketplace app we are developing. In simple words: it provides a way to retrieve the Google Apps' user's email and log him in in your website, without the need of authorization on…
Dzhuneyt
  • 8,437
  • 14
  • 64
  • 118
1
vote
1 answer

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 workspace: Choose File > Import. Choose General >…
Stagleton
  • 1,060
  • 3
  • 11
  • 35
1
vote
0 answers

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 does not seem to render well the widget content.…
WriteEatSleepRepeat
  • 3,083
  • 3
  • 33
  • 56
1
vote
1 answer

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 the same janrain widget. For some reason, this…
neelmeg
  • 2,459
  • 6
  • 34
  • 46
1
vote
1 answer

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 (on my site or even on Janrain's admin site), I get…
Froggy01
  • 13
  • 4
1
vote
0 answers

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 this with an consumer/client example: Example usage…
1
vote
1 answer

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 want to know is, if a user of my site is already…
1
vote
1 answer

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 is a practical way to detect that someone has done…
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
1
vote
1 answer

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 The site uses Janrain Engage to do social sign-in…
Igor Zevaka
  • 74,528
  • 26
  • 112
  • 128
1
vote
1 answer

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 place it in a variable? auth_info: array(3) { …
Ollie Jones
  • 437
  • 1
  • 9
  • 16
1
vote
1 answer

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 tables oid_nonces and oid_associations. I haven't…
M4rk
  • 2,172
  • 5
  • 36
  • 70