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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

解決済み

JWT generation in Adobe Campaign Classic

Avatar

Level 2

Hey Folks,

 

I am trying to consume some third party API's in the workflow to get the data. and those API works on the OAuth Mechanism and to use these API's, I need to create the JWT inside the workflow.

 

Can you please suggest, how I can generate the JWT programmatically and utilize it further into the workflow for the API Call authentication?

 

Regards,

Nitesh.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

API
1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi Nitesh,

 

You will need to download some crypto js libraries and write down some functions.

You can take a look at Creating JSON Web Token in JavaScript or this demo video 

 

Thanks,

David



David Kangni

元の投稿で解決策を見る

4 返信

Avatar

正解者
Community Advisor

Hi Nitesh,

 

You will need to download some crypto js libraries and write down some functions.

You can take a look at Creating JSON Web Token in JavaScript or this demo video 

 

Thanks,

David



David Kangni

Avatar

Administrator

Hi @nitesha38268385,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!

 



Sukrity Wadhwa

Avatar

Level 2

Hi @Sukrity_Wadhwa ,

Solution Shared was helpful and I could have solved as per the solution shared, but my requirement was to generate the JWT using the RSA algorithm which is not supported by this crypto.js library. But later on, I build my own jar file and deployed on the on-premise marketing server and executed it using the executedCommand() function for each record int the workflow.

Avatar

Level 1

Hello @nitesha38268385 , would you be able to share the jar you created*imported on the mkt server?

 

I have a similar issue on my side, and would need your help I think

 

 

Thx

 

Romain