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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.