是否有通过Docusign进行JWT身份验证的REST API端点? [英] Is there a rest api endpoint for JWT Authentication through Docusign?

查看:54
本文介绍了是否有通过Docusign进行JWT身份验证的REST API端点?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过DocuSign与他们的Docusign.Esign.dll进行了JWT身份验证,但是我正在从事的项目可能无法使用所述dll.是否有与JWT身份验证等效的rest API端点?

I have gotten JWT Authentication via DocuSign working with their Docusign.Esign.dll, but a project I am working on may not be able to use said dll. Is there a rest API endpoint equivalent for JWT authentication?

推荐答案

是的,有您拨打 https://account-d.docusign.com/oauth/token 看起来像这样的身体(不是真实值):

You make the call to https://account-d.docusign.com/oauth/token with body that looks like this (not real values):

{
  "iss": "7c2b8d7e-xxxx-xxxx-xxxx-cda8a50dd73f",
  "sub": "664f7988-xxxx-xxxx-xxxx-781ee556ab7a",
  "iat": 1523900289,
  "exp": 1523903289,
  "aud": "account-d.docusign.com",
  "scope": "signature impersonation"
}

这篇关于是否有通过Docusign进行JWT身份验证的REST API端点?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆