I'm using spnego http://spnego.sourceforge.net to make a single sign on on my system, the problem is that also typing the right password it will be prompt again and again.
Sometimes if you type it twice you can join the system, sometimes you need to type more than 10 times the same user and password until get access to the system.
After you are logged in to the system, the password can be prompted many times on random time, again and again and again.
Thanks in advance
I've not tried that specific spnego module yet, but I've encountered this issue before.
The issue with SPNEGO and two login prompts is often related to:
The application's login service is configured to allow both negotiate and basic:
If Windows Native Authentication is enabled in Internet Explorer, but the Windows client fails to retrieve a Kerberos ticket for the service (for some reason), IE will
Prompt for login, but no matter what you write here it will send an NTMLSSP token using Authorization: Negotiate
Authentication using the NTMLSSP token will fail and you'll get a secondary login prompt, which will be submitted using Basic Authorization: Basic
Not sure why authenticating more than two times sometimes will let you in, though..
To investigate the problem further:
If you're still out of luck, we'll might be able to help you further if you can make available all or some of
Øyvind