Hi all,
I am stuck while salesforce jwt-bearer auth.
I need help in this code section:
String key='x';
Blob privateKey = EncodingUtil.base64Decode(key);
String signature = System.encodingUtil.base64Encode(
Crypto.sign('RSA-SHA256', Blob.val
Hi all,
I am stuck while salesforce jwt-bearer auth.
I need help in this code section:
String key='x';
Blob privateKey = EncodingUtil.base64Decode(key);
String signature = System.encodingUtil.base64Encode(
Crypto.sign('RSA-SHA256', Blob.val
2 matches
Mail list logo