Adobe Sign 访问令牌invalid_request



我在使用 Adobe Sign 的 OAuth 身份验证时遇到问题 - 每次尝试使用我的客户端 ID 和重定向 URI 获取访问令牌时,我都会收到以下消息:

Unable to authorize access because the client configuration is invalid: invalid_request

这是我一直在提出的请求(正确替换重定向和客户端(:

https://secure.echosign.com/public/oauth? redirect_uri=REDIRECT& response_type=code& client_id=CLIENTID& scope=user_login:self+agreement_send:account

我对OAuth相当陌生,不明白我做错了什么。有人可以解释可能导致此错误消息的问题吗?

我遇到了同样的问题。我通过在"secure."之后和".echosign"之前的URL中包含正确的分片来解决它。您可以通过查看创建应用程序的 URL 来识别分片。

我在这里找到了这些信息。

希望这有帮助。

此注释可能会对在 Adobe Sign 访问令牌invalid_request中遇到问题的其他人有所帮助。

签名 API 开发人员指南:https://opensource.adobe.com/acrobat-sign/developer_guide/index.html

对于 Outh 进程和要在用户浏览器中使用的链接:https://secure.na1.adobesign.com/public/oauth/v2?redirect_uri=https://www.google.co.in&response_type=code&client_id=paste_your_client_id_here&scope=user_read:account

如果有人使用沙盒,https://secure.na1.adobesignsandbox.com//public/oauth/v2?redirect_uri=https://www.google.co.in&response_type=code&client_id=paste_your_client_id_here&scope=user_read:account

请确保正确的环境标识符和分片。https://helpx.adobe.com/sign/using/identify-account-shard.html https://helpx.adobe.com/sign/kb/unable-to-authorize-access-because-the-client-configuration-is-invalid-invalid-request-while-running-oauth-process.html

在浏览器中粘贴 URL 并允许访问您的 API 并获取代码后。请使用终结点 URL 获取访问令牌,如下所示: 对于开发者帐户:https://api.na1.adobesign.com/oauth/v2/token 对于沙盒帐户:https://api.na1.adobesignsandbox.com/oauth/v2/token

可以在该https请求中包含空格吗?

如果您仍然对此有疑问。

我认为您的网址不正确。 我用这个

https://secure.na2.echosign.com/public/embeddedWidget

对于 Adobe 小部件。 Adobe 要求 OAuth 使用相同的网址

https://secure.na2.echosign.com/public/oauth

检查您的域,然后尝试。您可以创建小部件只是为了查看您的域

相关内容

  • 没有找到相关文章

最新更新