Hi,
Question
Authentication with JWT
Sign up
Already have an account? Login
Community access is available only with a Box Account.
Sign in with your Box AccountSign in to the Box Community
No account yet? Create an account
Community access is available only with a Box Account.
Sign in with your Box AccountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

I'm trying to generate JWT signed access token via API by creating JWT assertion using https://jwt.io/
getting a error when we call from POSTMAN
{
"error": "invalid_grant",
"error_description": "Signature verification error. The public key identified by \"kid\" must correspond to the private key used for signing."
}
Thank you,