Bluemix SSO Configuration

时间:2016-12-02 05:24:58

标签: single-sign-on ibm-cloud

I have some challenges configuring Bluemix SSO Service with a Spring application that is bundled as a jar file.

I need to understand:

  1. If Bluemix SSO configuration is supported for a app.jar file (instead of a war). I do not want to change ths for now

  2. Is Bluemix SSO supported in Tomcat application in Bluemix.

I was able to successfully test SSO with a war file, but it breaks for a jar file.

1 个答案:

答案 0 :(得分:0)

Bluemix单点登录服务,支持Node.JS和JAVA(Liberty)应用程序。

如果.jar是通过JAVA(Liberty)创建的,并且有一个Server.xml文件,因此它可以读取oidc配置,它应该可以工作。

如果没有Server.xml文件,则SSO绑定将失败。

相关问题