Unable to generate hmac_sha256_generate with passing parameters
We are in the process of integrating Peoplesoft with 3rd party tool. As part of that we need to invoke some of there API's to get some data into PeopleSoft.
As part of API in the header we need to send some information that is "hmac_sha256_generate", to generate the hmac value we need to send a value to HMAC as a key to generate HMAC_sha256 value. I have generated PSHexEncode value to send this value as a key to hmac_sha256_generate but I am getting below error when I am testing encryption profile.
"Parameter is invalid for algorithm hmac_sha256_generate. (211,503) CRYPT_WRK.SELECT_FLAG.FieldChange PCPC:251 Statement:4".