NTLM authentication with REST service

1
Hi all, Has anyone managed to implement NTLM authentication using the REST call acticvity?   I understand the NTLM challenge process in that it will be a few REST calls to get the challenge and send hashed passwords etc, but I can’t figure out how to do it in Mendix.  Mainly, I’m failing to figure out how to send the user name only in a header. Cheers
asked
1 answers
0

Hi Ben

If you want to read more to this, I refer to the same question that has been asked here: https://forum.mendix.com/link/questions/62292 and also, if you’re stuck with putting the user name in a header, simply add the action call REST-service and place the username in the HTTP Headers tab to the header you want:

Developing a custom Java action might just do the trick for you, or, inspecting this marketplace module: https://marketplace.mendix.com/link/component/105988

Hope this helps.

Kind regards,

Leander

answered