Question
Evoke Technologies Private Limited
IN
Last activity: 28 Sep 2020 20:15 EDT
Validating an externally generated JWT in Pega
Hi,
We are trying to validate a JWT token that is sent to us from an external application which sources the JWT from an auth API.
Configured the token profile and the keystore. The source for the keystore is Keystore URL which has the URL for the auth API . But when I try to validate the JWT token using the OOTB pxProcessJWT activity, I am getting the below error "Certificate does not exist, Keystore Entry is not either PrivateKeyEntry or TrustedCertificateEntry".
I have decoded the JWT and verified the "kid" and "alg" fields are coming as expected in the header. Any help on this will be much appreciated. Thanks in advance, Charan