Generating hmac SHA-256 code from Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2016 04:23 PM
Hi,
I am trying to generate hmac SHA-256 signature from servicenow to make a Rest call to Amazon S3 bucket.
Are there any in-built methods to generate this signature in servicenow?
Or else can we write a javascript/java code to generate signature and call this from Servicenow?
TIA,
Dilip.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2016 07:39 PM
I am not aware of anything you could code to run directly on SN to generate this. However, you can generate it with Java or some other language you could set that up on a midserver and pull it in to Servicenow then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2016 10:27 AM
Hi Benson
Thanks for your reply!
Could you please elaborate more on this!
Please share any documents or videos related to this topic..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2020 11:28 AM
Hi Dilip,
I have the same requirement.Were you able to accomplish this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 04:54 AM
Hi tantony,
I have the same requirement. Did you figure it out, how to generate signature using HMAC SHA 256