How to call outbound RestAPI with NTLM authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2018 07:28 AM
I need to call a RestAPI which requires Windows authentication. How to solve it if REST Message
New record definition does not support this kind of authentication?
I have prepared a Service account in same domain for this purposes and I can provide credentials.
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2020 04:17 AM
Not yet. There had to be prepared an external powershell script which calls the service with a such authentication via Mid server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2020 05:43 AM
Hi,
Did you got solution for this?
Thanks,
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2020 03:03 AM
Hi,
as I already stated. For a solution of the issue we had to develop an external powershell script. Inside the script is scripted desired NTLM authentication, gathering the response and passing back to ServiceNow via ECC queue.
Regards,
Vilem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 08:08 AM
I have the same situation. Can you share some details such as where to run the powershell script and how to pass back the response, etc?
Thanks.