Hi all,
I'm trying to create a token for my Box integration using Box plug-in createtoken() function:
privateKey and publicKey points to PEM docs containing publicKey and privateKey from box developer console / JSON config file downloaded from Box Dev Console
sub: enterprise ID
kid: publicKey ID from JSON config file
iss:client ID from JSON config file
I assume setup of my PEM files might be wrong, here are my steps:1. Generate Public/Private key pair in developer console2. Copied both keys to separate .txt files3. converted them into pem files4. uploaded to appianare these correct?
I'd appreciate any advice,Thanks
Discussion posts and replies are publicly visible
here is a similar thread to refer - same steps might help you resolve the error