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." }
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,