如何在 Tomcat 上调试 SPNEGO

发布于 2024-10-26 08:27:22 字数 117 浏览 5 评论 0原文

我已经在 tomcat 中设置了 SPNEGO。

我收到消息“将 NTLM 请求降级为基本身份验证”。并提示客户端输入用户名和密码。

但我想要单点登录。

我该如何调试这个?

I have setup SPNEGO in tomcat.

I am getting the message "Downgrade NTLM request to Basic Auth." and the client is prompted for user name and password.

But I want single sign on.

How can I debug this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

兰花执着 2024-11-02 08:27:23

SPNEGO 已启动并正在运行。显然你不知道 SPNEGO 到底是什么。它只是封装了几种技术。例如,Kerberos 或 NTLM 垃圾。由于您的服务器不支持 Kerberos,因此它出于某种原因尝试 NTLM。仔细检查你的环境。

SPNEGO is up and running. Obviously you don't know what SPNEGO exactly is. It simply wraps several technologies. E.g, Kerberos or NTLM crap. Since your server does not support Kerberos, it tries NTLM for some reason. double-check your env.

琉璃梦幻 2024-11-02 08:27:23

您没有在与 Tomcat 相同的主机上使用浏览器,对吗? SPNEGO 不在本地工作;仅远程。这是首先要检查的事情,尽管可能还有其他原因。

You aren't using a browser on the same host as your Tomcat, right? SPNEGO does not work locally; only remotely. This is the first thing to check, although there might be other reasons.

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