In my express API I have user's AD username and password but I need to somehow get an NTLM token to call another API. Is there any node module that can help with this? Is this something that can be easily accomplished or must the token come from the browser?
I have seen many Node packages to help with NTLM (like express-ntlm) but they generally seem to be for Authentication (which I don't need) . I just want to provide credentials and return actual token.
Try using httpntlm module. This helps in NTLM handshake. https://www.npmjs.com/package/httpntlm