Source JSON Web Key Sets (keypair)
1. Configure the JSON Web Key Sets source
2. Configure the corresponding action
Create a submit action (tipically a screen action) to handle the helper action.
To obtain the JWK using the JSON Web Key Sets as source:
Open the submit action (GetJWK) created previously and drag the following action:
Fill in the action parameters, with the values configured for JWT in the previous step.
To obtain the JWK using the endpoint as source:
Open the submit action (
GetJWK) created previously and drag the helper action:
Fill in the action parameters, with the values configured for JWT in the previous step.
3. Trigger the helper action to obtain the JSON Web Key value
The helper action can be triggered using a button (Destination set to GetJWK action). Each helper action returns the related JWK, that can be used as public key to validate the token.