Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

JWT creation in Adobe IO console for Adobe Campaign Standard APIs

Avatar

Level 2

Hi Team,

I was exploring the ACS API call with adobe IO, just wanted to check, if we can generate a JSON Web Token without logging into adobe IO console.

How to setup a mechanism where we sent the required information (org id etc.) along with private key of integration to generate a JWT.

I have been through some documents, however couldn't get any information about this. The process of generating access token from JWT and further API calls are very much clear to me, however the doubt is regarding creation of JWT without logging into adobe IO console.

 

Regards,

Subrat 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Subrat,

 

Yes it's do-able.

Thanks

David



David Kangni

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi Subrat,

 

Yes it's do-able.

Thanks

David



David Kangni

Avatar

Level 4

Hi Subrat ,

 

Another workaround is to go to jwt.io with your token from Adobe I/O and your private/public key then set the expiry date to 9999999999 and finally  copy the encoded jwt_token to whatever test bed you are using. 

Kind regards

Robert