Skip to main content
Question

Authentication with JWT

  • May 22, 2025
  • 2 replies
  • 53 views

Forum|alt.badge.img

Hi,


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,

2 replies

Forum|alt.badge.img

In PHP I'm facing the same issue. I'm unable to resolve that issue, I'm stuck here


Forum|alt.badge.img

Please help same issue