Hello,
I need to connect to anendpoint via REST, which only supports JWT (JSON Web Token). I simply can't get it to work. I have my JSON details (private_key_id, private_key, token_uri etc). I understand I need to create a header and a claim which are to be base64 encoded. I believe I do the encoded correctly via a Python action... But what then?...
Is anyone using JW, who can can guide me how to do it? I don't seem to find any information about this.
Thanks, and regards, K
-------------------------------------------