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.