Tagged Questions
0
votes
1answer
75 views
open intranet URL XP prompts for credentials NTLM compatibility
We have an intranet site on our network which uses NTLM to perform single sign on that works without issues. I wrote a C# application which spawn's an IE window with the site URL. Because the ...
1
vote
2answers
672 views
How can I launch an Internet Explorer process as another user, a la /netonly?
I'm trying to launch Internet Explorer as another user from our WPF app, so that when our users visit the (internal) website, they silently authenticate via Integrated Windows Authentication.
We do ...
0
votes
3answers
523 views
$.ajax sends null parameters to wcf in IE
I have the interface below that defines my WCF services. Sometimes the 'parameters' parameter has been null when this is called. Other times it is not.
[ServiceContract]
public interface ...
0
votes
2answers
915 views
Post Parameters Lost with Waffle and IE
For debugging i wrote a really simple Web-Application which contains only a simple JSP Page with a small Form containing a textfield and a submit button.
The tomcat is configured to use the Waffle ...
0
votes
2answers
522 views
IE7 form authentication after ntlm authentication failed
I have a problem with authentication:
Users that have valid domain credentials are logined using NTLM authentication (i send "WWW-Authenticate: NTLM " header and 401 status in my jsp filter. Then IE ...
0
votes
2answers
1k views
why IE keep sending NTLMSSP_NEGOTIATE even though I switch to use login form?
I implement NTLM SSO, it works well, but when I want to switch to use login form, IE doesn't work:
1.SSO into my website
2.clear session and redirect to login page
3.key in username and password
...
0
votes
1answer
452 views
Getting NTLM security token from IE
I have an ActiveX that deploys some application on the client machine and starts it.
When using NTLM on the IIS, the authentication with the web server done by IE and there is no problem to download ...
2
votes
0answers
379 views
spring security-ntlm , no pop up asking username/password sometime
i experienced this and wonder any suggestion you folks can recommend. i'm using spring-security-ntlm 2.04. one or two users reported even though they set 'prompt for username and password' in their ...
1
vote
1answer
314 views
One computer cannot authenticate to TFS or Exchange
I have several computers... only one of which cannot authenticate to either my exchange or TFS server. (2 of the computers are at my home trying to connect to our exchange/tfs server at work, one of ...
0
votes
3answers
374 views
IE Securty Zone Issues
I'm developing a website which will be used in the corporate intranet which uses JCIFS and NTLM to automatically authenticate the users without asking them to log on. Everything seems to be working ...