Question
1
Replies
29
Views
HSBC
Posted: November 17, 2020
Last activity: November 19, 2020
Cache does not support keystore type KEY while processing JWT token
We created token profile to process JWT token. Uploaded KEY file in truststore and while validating JWT token with key "Cache does not support keystore type KEY" error is thrown. We are in PRPC 8.1.8. Please advise.
token profile until 8.2 version only supports keys with asymmetric signature type with predefined algorithms ( like RSA PKCS , RSA-PSS ) . please try generating PKCS12 key type or convert existing key to PKCS type, save and verify