0
votes
2answers
19 views
NTLM as SSO, and Performing Certain Actions as an Impersonated Administrator
I can't seem to stumble upon the correct combination of IIS / ASP.NET settings to accomplish the following:
All users on an internal domain should be able to access IIS site (w/ …
0
votes
3answers
68 views
Stress Testing with NTLM Authentication
Hi,
Looking for an open source web testing tool that can do Windows Authentication.
I've used openSTA and Pylot in very small amounts but found neither to do windows. openSTA say …
0
votes
1answer
36 views
NTLM authentication using CXF wsdl2java stubs
I have a web service protected by HTTPS with NTLM authentication and I generated a set of java stubs using CXF's wsdl2java tool by temporarily disabling authentication. I am now a …
2
votes
2answers
121 views
TWebBrowser and NTLM-authencation
How can I connect with the TWebBrowser-component in Delphi from outside an ADS-Domain to a Sharepoint-Server. I've created an user-account in my domain and will connect with this i …
0
votes
2answers
116 views
Sending HTTP Headers with HTTP Web Request for NTLM Authentication
I want to login to a Sharepoint portal which brings up a login dialog but is using NTLM authentication. How can I modify the HTTP headers in C# to make a successful login request? …
0
votes
1answer
68 views
acegi ntlm how to?
I have an application that using ldap acegi-security-1.0.2.jar . I able to authenticate the user with active directory. I wanted to add NTLM auto login feature for my application. …
0
votes
2answers
140 views
Python urllib2 HTTPS and proxy NTLM authentication
Hello,
urllib2 doesn't seem to support HTTPS with proxy authentication in general, even less with NTLM authentication. Anyone knows if there is a patch somewhere for HTTPS on prox …
1
vote
1answer
109 views
WCF Identity NTLM Kerberos
I have read numerous posts and articles about the element in client endpoints on a WCF client but I am still a little confused. I have a client which gets SSPI errors when attempt …
0
votes
2answers
308 views
authenticate with ntlm (or kerberos) using java UrlConnection
I need to consume a rest web service with java, passing the credentials of a domain user account.
right now I'm doing it with classic asp
set xmlHttp = server.createObject( "msx …
0
votes
2answers
37 views
How can I use NTLM functionality with Apache tomacat?
Hi all, I want to use windows NTLM with apache tomcat.
Anyone who's already used it, please give me some information, I am new to it.
0
votes
0answers
17 views
how to implement a web service client which connects to an external web service with authentication based on NTLM Authentication
Hi
i'm quite new in implementing web service client in java.
i found a tutorial very useful...http://wso2.org/library/tutorials/creating-web-service-client-3-steps-using-eclipse.
…
1
vote
2answers
640 views
Java 6 NTLM proxy authentication and HTTPS - has anyone got it to work?
I have a Java application (not an applet) that needs to access a web service. Proxies for the web service have been generated with JAX-WS, and seem to work fine. In one scenario it …
8
votes
4answers
366 views
Avoiding 401 response for each request using NTLM
HI,
We have here an asp.net 3.5 application using NTLM based windows authentication.
The system runs on a private network that actually distributed over different geographic place …
2
votes
1answer
219 views
NTLM proxy without password?
I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet Explorer it magically uses the proxy without me needing to type in my password. Cer …
0
votes
2answers
2k views
WCFTestClient The HTTP request is unauthorized with client authentication scheme ‘Anonymous’
I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response with ?wsdl URL. Now I'm trying to test the service through WCF Test …
