You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Dear Community,
I have created a job that implements a service in TOS. I deployed successufly that job on runtime with runtime option configured to enable username/password.
I have then some few question :
- Doses the check box in deploy option enables basci http autenctificatin or/and STS token based authentification ?
- How to set the credential parameters in TESB runtime ? which file is concerned ? where should i set the value for basic http authentification (login / passwor ?)
I'm using TESB 5.1.0
Thanks for help,
Offline

Hi mwasyou,
I used java runtime parameters -Dhttp.proxyHost, -Dhttp.proxyPort and -Dhttp.noProxyHosts. These parameters work for services. Only a particular service throws 407 Authentication Failed error.
I tried setting credentials in java.net.Authenticator in cProcessor component but, no luck.
Please let me know if you have found any solution.
Offline
Hi,
have then some few question :
- Doses the check box in deploy option enables basci http autenctificatin or/and STS token based authentification ?
- How to set the credential parameters in TESB runtime ? which file is concerned ? where should i set the value for basic http authentification (login / passwor ?)
As far I know, WS-Security UsernameToken will be required for the web service (a JAAS security interceptor is enabled by the "user / password" checkbox). SAML tokens are required if you check "Use SAML".
it will authenticate against the karaf runtime JAAS, so until you won't setup your own realm, you can find users in etc/user.properties (please note all authenticated requests are authorized)
Carpe diem
Gabriel
Offline
Pages: 1