Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
Community Advisor

Hi Subrat,

 

Yes it's do-able.

Thanks

David



David Kangni

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
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