Implementation steps
1. JSON Web Token (JWT) configuration
2. Configure the CreateSignedAsymmetricTokenWithJsonWebKeyService action
Create a submit action (tipically a screen action) to handle the JWT generation.
Open the submit action (GenerateJWT) created previously and drag the following action:
Fill in the action parameters, with the values configured for JWT in the previous step.
3. Validate the generated token
Verify the success parameter. An encoded token is returned, and can be separated to obtain the header, payload and the signature individually using a
String_Split action.