Adobe Drive CMIS 连接器和身份验证
我们已经开展了一个项目,使我们的 DAM CMIS 兼容,从而使用其内置的 CMIS 连接器与 Adobe Drive 连接。为此,我们将遵循 CMIS 的 RESTful AtomPub 绑定。
CMIS 规范没有过多讨论身份验证,似乎它超出了 CMIS 的范围。我想知道 Adobe Drive 客户端如何使用其 CMIS 连接器通过任何 CMS/DAM 进行身份验证。使用的身份验证模式是什么 - 是 HTTP 基本身份验证、摘要身份验证还是自定义身份验证模式。因此,我不确定 Adobe Drive 会发送什么来进行身份验证,以及它期望得到什么响应。我们如何传回我们将创建的会话令牌。
任何关于此的指示都将受到赞赏。
谢谢!
We have undertaken a project to make our DAM CMIS compliant and thus get connected with Adobe Drive using it's inbuilt CMIS connector. We will be following RESTful AtomPub binding of CMIS for this.
CMIS spec doesn't talk a lot about the authentication and seems like it is outside the scope of CMIS. I wanted to know how Adobe Drive client gets authenticated with any CMS/DAM using its CMIS connector. What is the mode of authentication used - is it HTTP basic, digest authentication or something custom. So I am not sure what would Adobe Drive send to get authenticated and what would it expect in the response. How do we pass back the session token that we will create.
Any pointers wrt this are appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http 基本
查看 http://help.adobe.com/en_US /creativesuite/cs/adobedrive/CMIS_Connector_Tech_Note.pdf
第 6-7 页显示了您在有效连接响应中获得的内容。
http basic
Take a look at http://help.adobe.com/en_US/creativesuite/cs/adobedrive/CMIS_Connector_Tech_Note.pdf
Pages 6-7 show what you'd get in a valid connection response.