Resolved! Alternative Solution for Generating HMAC-SHA256 Signature in ServiceNow without CryptoJS Library
Hello Community, We are currently supporting API key authorization login for our client portal by generating an HMAC-SHA256 signature in ServiceNow using the CryptoJS library (used library: crypto-js/3.1.2/hmac-sha256.js ). However, as ServiceNow wil...