I have a structure with APIM, IS and Microintegrator. Configured APIM to pass attributes to backend via X-JWT-Assertion header. Now I need to decode this JWT into Json format to use some claims.
I tried it with the function:
<property expression="base64Decode(get-property('JWT_HEADER'))" name="decoded"/>
but it returns the scrambled data.
Does anyone know how I can do decoding?
Thanks.