この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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
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
Hi @nitesha38268385,
Were you able to resolve this query with the given solution? Do let us know.
Thanks!
表示
返信
いいね!の合計
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.
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
表示
返信
いいね!の合計