I'm working on a project where we have several SOAP Web Services developed on different programming languages, like Java, Perl and Python. I need to authenticate users that will use each Web Service, denying users that we do not want.
I have already seen OAuth, but I didn't found any documentation that helped me on this way. And with OAuth, I have to program each Web Service (with different programming languages) to work with it.
I want to know what is the best way to accomplish this requirements.
There's any way to make what I want using HTTP Digest Authentication? And which one is a better solution? OAuth or WS-Security?
Thanks in advance, Ukrania