【发布时间】:2015-10-27 22:35:49
【问题描述】:
我在 Box OAuth 2 API 上使用 JWT 调用 /token 操作时收到此响应:
{
"error": "invalid_grant",
"error_description": "Please check the 'iss' claim."
}
我在 https://box-content.readme.io/docs/app-auth 中定义了 JWT 中 iss 声明的值并再次检查:
iss = The API key of the service that created the JWT assertion.
无论我尝试了什么,我都会收到此错误。
在“业务设置”中为自定义应用程序设置应用程序的 API 密钥后发生这种情况 -> 我的帐户的应用程序配置。
谁能指出我正确的方向?
【问题讨论】:
标签: box-api