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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] simple user/password authentication for my TOS ESB runtime web service

my web service is built and runs great... but I can't figure out how to set up simple user/password authentication.
I set the flag in the service EBS settings that says to use a user/password... but where do I set up the user?
the STS manual is not helpful in figuring this out!
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

hi,
enabling the 'user/password' authentication will make Talend ESB require Username Token of WS-Security. The users is authenticated against runtime's JAAS realm, so you can set up users in the karaf environment (by default search for user.properties file)
Have fun
Gabriel

View solution in original post

2 Replies
Anonymous
Not applicable
Author

hi,
enabling the 'user/password' authentication will make Talend ESB require Username Token of WS-Security. The users is authenticated against runtime's JAAS realm, so you can set up users in the karaf environment (by default search for user.properties file)
Have fun
Gabriel
Anonymous
Not applicable
Author

thanks! this is exactly what I needed to get on the right track!