You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nan Null <nu...@gmail.com> on 2009/01/08 21:08:46 UTC

Re: Need advice on authentication

> On Tue, Dec 23, 2008 at 9:06 AM, Nandana Mihindukulasooriya
> <na...@gmail.com> wrote:
>> If you use NTLM authentication, that has to be provided by hosting server
>> (eg. In Tomcat [1]). But I don't think this will work on Linux. What is the
>> specific reason for you to choose NLTM Authentication for the server ? Did
>> you consider all other options [2] ? Other option would be to use
>> WS-Security Username token [3] which will be interoperable  with  any web
>> service on any  platform.
>>
>> thanks,
>> nandana
>>

I looked at Rampart, and a few links:

http://wso2.org/library/240
http://ws.apache.org/rampart/samples.html


There are so many way to configure security using Rampart from the 2nd
link above.  Is WS-Security Username token one of them or it's just a
general mechanism?