开发者

How to debug SPNEGO on Tomcat

开发者 https://www.devze.com 2023-02-19 05:44 出处:网络
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.

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?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号