Generate JWT Token By External System Key

Certified Senior Developer

Hi,

I need to create JWT token, for this installed JWT Tools Plugin,

createtoken() function is pasking for externalSystemKey as param,

I don't know how and where to configure it, and if it dependent on other 3rd party integration, what to configure there and how it will handshake with apian to test?

Kindly guide us on this.

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Vijay Gurav

    Hi Vijay

    Check The Screen shots attached and follow the below steps -

     

    1. Generate Public Key and Private Key , its okay to generate it from online tool too for testing, but later need to change it

    2. Go to third party credentials in admin console

    3. Create one credentials, its name is your external system key 

    4. register field names as you are geeting error for the same key name and add public key generated as value as shown in screenshots for 2 and 3 point

    5. allow your plugin to use 3rd party credentials 

    thats all you need to do, if its configured correctly as steted above, you will be able to generate jwt token

Children