It's hard to guess what exactly you need, but you might be able to do
it with something like jcifs, although it has seemed somewhat flakey
in our environment.

http://jcifs.samba.org/
http://jcifs.samba.org/src/docs/ntlmhttpauth.html

This lists some other alternatives.
http://stackoverflow.com/questions/576850/alternatives-for-jcifs-ntlm-library

On Wed, Jul 24, 2013 at 5:46 AM, Georg Füchsle <[email protected]> wrote:
> I have to make calls to an customers ASP.NET RESTful Service. This service
> is protecetd by a windows authentification.
>
> As far as I assume, this means, the user will use a browser on a windows
> computer inside their company. They open my web-app that is hosted outside
> their company. From this web-Apap I call again the REST-Service inside this
> company. To have permission to the service I have to send the user
> authentification data.
>
> My question: What do I (in the JSF-web-app outside the company) have to do
> to deliver the user-information towards the REST-service?
>
> Has anybody done something like this?
>
>
> Thanks in advance,
>
> Gio

Reply via email to