简体   繁体   中英

Service broker error when adding Single Sign On service

In Bluemix, when I try to add the Single Sign On service to a Java app, I get this error:

Service broker error: {"description"=>"CTJSO0015E The service instance with ID \"XXXXXXXXXX\" must be configured before the operation can be performed."}

The key parts of the error message are:

Service broker error ...
CTJSO0015E The service instance ...
must be configured before the operation can be performed.

My app is a new, empty Java runtime. The service instance gets created but doesn't get bound to the app. When I try to bind the service myself, I get the same error.

How do I get around this problem and bind the SSO service to the app?

Unlike other Bluemix services, the Single Sign On service must be configured before it can be bound to an app. That process is explained in Single Sign On/Configuring the service .

As the docs explain, you must create the service unbound (not bound to an app), configure it, then you can bind the configured service instance to the application.

This is also explained here: Service Broken error While adding Single Sign On service .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM