Problem Statement
When the user tries to login, they are thrown the following error message.

Resolution Steps
- The issue is that incorrect verification key given in JWT SSO settings and it needs to be validated.
- Verify if the signature added under RSA Public key is the same as what is used in the application and should be generated using the RS256 signing algorithm.

Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article