gpt4 book ai didi

docusignapi - OAuth - DocuSign 登录页面显示 'The client id provided is not registered with DocuSign.'

转载 作者:行者123 更新时间:2023-12-02 06:16:13 27 4
gpt4 key购买 nike

我是 DocuSign 集成的新手。看来我需要使用 OAuth 授权代码授予,所以我正在使用类似这样的 GET 方法:

https://account-d.docusign.com/oauth/auth?response_type=code,&scope=signature,&client_id=my_integrator_key,&state=some_string,&redirect_uri=my_callback_URL

我已将集成器 key 上的 Redirect_URI 设置为与上面的 my_callback_URL 相同的值,并且我已设置了一个 key (尽管我不知道它的用途)。

当显示登录页面时,它会在电子邮件地址框上方以红色显示此错误:

The client id provided is not registered with DocuSign.

我花了相当长的时间试图找出原因,但没有运气。我认为这是一个常见的错误,但我没有看到它。

最佳答案

您的重定向网址不正确——不要包含逗号。

你的例子应该是:

https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id=my_integrator_key&state=some_string&redirect_uri=my_callback_URL

使用授权代码调用您的redirect_uri后,您将在请求用于 API 调用的不记名 token 时使用您的 secret

See the docs.

关于docusignapi - OAuth - DocuSign 登录页面显示 'The client id provided is not registered with DocuSign.',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40474273/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com