Blackberry 中的 NTLM 身份验证问题

发布于 2024-09-25 19:46:04 字数 161 浏览 0 评论 0原文

我想连接到支持 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小忆控 2024-10-02 19:46:04

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文