Blackberry 中的 NTLM 身份验证问题
我想连接到支持 NTLM 身份验证的服务器。我在 Blackberry 开发者网站上阅读了知识文章“如何 - 实现基本 HTTP 身份验证”,但是我没有找到任何有关 NTLM 身份验证的参考。
Blackberry 是否不支持通过 HTTP 连接进行 NTLM 身份验证?有什么解决方法吗?
I want to connect to the server which supports NTLM authentication. I read knowledge article “How To - Implement basic HTTP authentication” on Blackberry developers site, however I did not find any reference for NTLM authentication.
Is Blackberry does not support NTLM authentication over HTTP connection? Any work-around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Blackberry 借助名为 MDS-CS 的 Blackberry Server (BES) 组件支持通过 HTTP 进行 NTLM 身份验证。 Blackberry 将使用基本身份验证将凭据传递给 BES,然后 BES 将代表 Blackberry 完成 NTLM 握手。唯一的要求是在 BES 上的 MDS-CS 设置中将支持 HTTP 身份验证设置为 True。
Blackberry does support NTLM authentication over HTTP with the aide of a Blackberry Server (BES) component called MDS-CS. The blackberry will pass credentials using basic authentication to the BES, which then will complete the NTLM handshake on behalf of the Blackberry. The only requirement is that Support HTTP Authentication is set to True in the MDS-CS settings on the BES.