简体   繁体   English

DocuSign JSON Web 令牌 (JWT) 授权流程返回 invalid_grant 错误,issuer_not_found

[英]DocuSign JSON Web Token (JWT) Grant flow returns invalid_grant error, issuer_not_found

Docusign returns Docusign 回归

'{"error":"invalid_grant","error_description":"issuer_not_found"}' '{"error":"invalid_grant","error_description":"issuer_not_found"}'

in production account works perfectly fine in demo account.生产账户在模拟账户中工作得很好。

I feel this is due to invalid env variables supplied but not sure which one is it?我觉得这是由于提供了无效的环境变量,但不确定是哪一个? and what is issuer_not_found here?这里的issuer_not_found是什么?

Followed steps from here => https://developers.docusign.com/esign-rest-api/guides/post-go-live?_ga=2.10305266.631111297.1594877013-2137473900.1593156394从这里开始的步骤=> https://developers.docusign.com/esign-rest-api/guides/post-go-live?_ga=2.10305266.631111297.1594877013-2137473900.1593156394

The issue was authServer pointing to demo authentication server.问题是authServer指向演示身份验证服务器。 It should be authServer: "account.docusign.com" instead.它应该是authServer: "account.docusign.com"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM