Hi,
We have deployed our webservices on tomcat. Other applications are getting the security token using AuthenticateUser over HTTP which is not safe as the userid and pw are not encrypted. I am looking for some options to prevent the un-authorized webservice invocation. If somebody gets hold of the userid and password during the Authetication service call, he can use that to call any webservice.
Has anybody taken extra security steps like userid/pw encryption,HTTPS etc to prevent un-authorized access?
Thanks,
Kapil