Generating hmac SHA-256 code from Servicenow

Dilip Puligilla
Giga Guru

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.

4 REPLIES 4

Jace Benson
Mega Sage

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.


Dilip Puligilla
Giga Guru

Hi Benson



Thanks for your reply!



Could you please elaborate more on this!



Please share any documents or videos related to this topic..


tantony
Mega Guru

Hi Dilip,

I have the same requirement.Were you able to accomplish this?

Hi tantony,

I have the same requirement. Did you figure it out, how to generate signature using HMAC SHA 256