Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Runtime ESBSE - SecurityTokenService not running

hello,
I tried to setup the SecurityTokenService to use simple username/password authentification for my webservices.
I read the documentation:
installed it: features:install tesb-sts
started it: tesb:start-sts
but http://localhost:8040/services/SecurityTokenService/UT?WSDL won't show up, neither authentification works for my services.
Exception in component tWebServiceInput_1
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: These policy alternatives can not be satisfied:
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}SupportingTokens
{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}UsernameToken
I'm sure I have missed something 🙂
Can somebody help me?
Thx!
regads,
robert
Labels (4)
1 Reply
Anonymous
Not applicable
Author

okay I just installed a fresh version of : TESB_SE-V5.4.0-SNAPSHOT - it worked out of the box!
Strange - but I 'm happy now!
Unfortunately my Webservice Client (done in TOS-DI) - with the tWebserviceInput component doesn't seem to work with the username token of the TESB_SE. The job still fails.
Using ESB-Job with tESBConsumer works.