0
votes

How can I add the single sign on service to a Ruby on Rails application I created on Bluemix?

When I read the documentation on Bluemix (at https://console.ng.bluemix.net/docs/services/SingleSignOn/index.html#sso_gettingstarted) the second step specifies to "Create a Liberty for Java app or a Node.js app". This leads me to think that I can only add the SSO service to a Liberty for Java or a Node.js app, but I can not use it for my already working application (which is a Ruby on Rails app).

1

1 Answers

0
votes

You're right. As reported in the Docs page you mentioned, currently the only two runtimes that are compatible with the SSO service are Liberty for Java and Node.js. This means that those two runtimes are fully supported. However I've seen some Ruby applications using the SSO service in the past. You could take a look at bluemix-sso-sample on Github: that's a Sinatra application but I think you can find useful information to try to integrate your RoR application too.