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
Post a Comment