コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi Subrat,

 

Yes it's do-able.

Thanks

David



David Kangni

元の投稿で解決策を見る

2 返信

Avatar

正解者
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