ibm bluemix - Service broker error when adding Single Sign On service -


in bluemix, when try add single sign on service java app, error:

service broker error: {"description"=>"ctjso0015e service instance id \"xxxxxxxxxx\" must configured before operation can performed."} 

the key parts of error message are:

service broker error ... ctjso0015e service instance ... must configured before operation can performed. 

my app new, empty java runtime. service instance gets created doesn't bound app. when try bind service myself, same error.

how around problem , bind sso service app?

unlike other bluemix services, single sign on service must configured before can bound app. process explained in single sign on/configuring service.

as docs explain, must create service unbound (not bound app), configure it, can bind configured service instance application.

this explained here: service broken error while adding single sign on service.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -