How to Create JWT token

I want to create JWT token before generating access token. I have private/public key, client id, organization id, client secret details.

Please share steps to create JWT using UiPath

Check this post: Orchestrator API Usage - External Application - #7 by marian.platonov

Thanks for your reply. I Want to generate JWT token for Adobe user management api using UiPath tool

@Abhash_Kumar Can you help me to create JWT token using UiPath tool.

I want to create JWT token using UiPath tool, i saw one of your article, seems you created JWT token using UiPath tool, i have client id, organization id, client secret, etc., but i don’t no how to create JWT token using UiPath tool. can you help me

Hey @mkk225 , Yes I created a JWT token and used it for docusign authentication.
If you have the required details then you can create a JWT by using the invoke method activity. Refer below screenshots :
InvokeMethod

Similarly provide all the parameters in the invoke method. This will create json JWT token

Thanks for your reply.
Do we need to install any packages to use these activities ? can you please share piece of logic to generate JWT token ?

hey @mkk225 , the invoke method activity is included in the default activities.
Use Invoke Method activity in your sequence and pass the required values in the parameter property. In the same manner as shown in screenshot in my previous reply.
What logic are you looking for? Were you able to create JWT manually and authenticate to the required system?

@Abhash_Kumar Same query. How can i use invoke method to generate token?

Need your help here.
Cloud JIRA> JWT Token for zephyr - Help / Activities - UiPath Community Forum

How to create jwt token for api authentication for docusign.
i have integration key, account guid , user guid and consent url