Outbound REST with NTLM Authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2015 06:53 AM
Hello,
I'm trying to connect using an Outbound REST message to an internal web service that uses NTLM authentication. I haven't been able to get past the authentication piece because it appears ServiceNow doesn't support NTLM. Has anyone had success doing something similar or does anyone have suggestions on how to accomplish this?
Thanks
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2015 03:01 PM
I'm only talking theory right now, however I would think if you used a midserver with the service being ran as the resource account should provide that authentication. Something I use for orchestration and powershell so I don't have to store the credentials in ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2015 10:39 AM
I'm having this same issue. I tried Chris's solution but that did not work either. Does anyone know how to get this to work? So far I have:
- Verified the service account has permissions to access the REST API. We did this by having someone log into the service account on the MID server, navigate to the endpoint in a browser and enter the same credentials I am using. The service returned the expected JSON GET contents
- Verified the MID server service is running on the same service account. I had two people check and one of them sent me a screenshot
- Tried with and without the Basic Authentication credentials
- Tried with and without Accept/Content-Type HTTP Headers.
- Verified the endpoint and all the test data matched
- Tried using the IP address of the IIS server instead of the DNS name as the endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2015 12:34 AM
Hi Dan,
Did you get solution to this?
Cheers
Syed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2015 05:50 AM
No, unfortunately I did not. We ended up taking another route to accomplish the same thing.