Question
Unable to process JWT profile using pxProcessJWT
Getting an parsing error while processing the JWT that receives from external system ..
1) Processing jwt profile is created.
2) Passing the profile name along with jwt to pxProcessJWT but getting parsing error .
- Unable to process the Json Web Token com.pega.pegarules.pub.PRRuntimeException: Parsing error occurred at com.pega.pegarules.integration.engine.internal.security.jwt.JWTUtilsImpl.processJSONWebToken(JWTUtilsImpl.java:216) ~[printegrint.jar:?] at com.pegarules.generated.activity.ra_action_pxprocessjwt_b0ef86dd175b625d97616556f8dcb044.step3_circum0(ra_action_pxprocessjwt_b0ef86dd175b625d97616556f8dcb044.java:374) ~[?:?] at com.pegarules.generated.activity.ra_action_pxprocessjwt_b0ef86dd175b625d97616556f8dcb044.perform(ra_action_pxprocessjwt_b0ef86dd175b625d97616556f8dcb044.java:108) ~[?:?] at com.pega.pegarules.session.internal.mgmt.Executable.doActivity(Executable.java:3597) ~[prprivate.jar:?] at com.pega.pegarules.session.internal.mgmt.Executable.invokeActivity(Executable.java:10845) ~[prprivate.jar:?] at com.pegarules.generated.activity.sh_action_processjwt_912de2b8cc98c28eec606c94affc215c.step2_circum0(sh_action_processjwt_912de2b8cc98c28eec606c94affc215c.java:245) ~[?:?] at com.pegarules.generated.activity.sh_action_processjwt_912de2b8cc98c28eec606c94affc215c.perform(sh_action_processjwt_912de2b8cc98c28eec606c94affc215c.java:91) ~[?:?] &nb
Any suggestion on how to drill down this problem .