Posts

Post not yet marked as solved
2 Replies
2.3k Views
I have been trying to use several open source libraries to verify the JWS in the signedPayload I have tried auth0, jose4j, jsonwebtoken and have even tried raw java signature validation. None work on the tokens getting sent from the sandbox If i create the JWT locally using the private/public configured for my account. I can verify with ALL of the different methods. I am not getting any wrong algorithm or invalid key issues... its just saying the signature fails validation. Does anyone have this running in Java that can share some tips?? -john
Posted
by jmjava.
Last updated
.