JWT token generation - Openspan

Hi All,

There is an ask to generate JWT token from openspan 8.0SP1.

What all the possible ways I can opt for?

Thanks

@JanarthananR3540 There isn’t a specific component in Pega robotics that does explicitly this. You may have to use the script component to write the appropriate code. If you are calling a REST service, the REST service component has options for including tokens in the header that you might look into depending on what you are trying to accomplish.

@ThomasSasnett Do you have any sample code for generating JWT using script component please?

@JanarthananR3540 I do not.

Closing this thread – We have created component using C# for generating JWT