NTLM (NT LAN Manager) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users.
14
votes
8answers
22k views
Sharepoint web services — The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'
I know there's a lot of questions on SO similar to this, but I couldn't find one for this particular issue.
A couple of points, first:
I have no control over our Sharepoint server. I cannot tweak ...
13
votes
6answers
20k views
Get current Windows user name within Silverlight
Is it possible to get the currently logged in user's username with Silverlight? You can assume that user has Windows OS and the Silverlight application is hosted in Internet Explorer. Getting the ...
12
votes
6answers
4k views
Avoiding 401 response for each request using NTLM
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 places (connected via VPN).
...
9
votes
10answers
2k views
How do you get the logged in Windows domain account from an ASP.NET application?
We have an ASP.NET application that manages it's own User, Roles and Permission database and we have recently added a field to the User table to hold the Windows domain account.
I would like to ...
8
votes
6answers
945 views
How to write code that calls a WCF service and falls back from Kerberos to NTLM if needed?
I need to call a WCF service programmatically. The service may be hosted with either NTLM or Kerberos authentication and needs to work under either. That is, if connecting to the service via Kerberos ...
8
votes
2answers
2k views
MSDeploy triggers 401 Access denied error when trying to synch a site
I try to push/sync a IIS Site from a Win2003 Server to another.
This is my command:
msdeploy -verb:sync -source:metakey=lm/w3svc/68512112 ...
7
votes
5answers
47k 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 client. It shows ...
7
votes
3answers
4k views
How to perform an NTLM challenge on the iPhone
I'm trying to access some web services in an iPhone application.
If I GET to the .asmx page, I authenticate and get the WSDL as expected.
However, if I POST to the .asmx page, setting the ...
6
votes
1answer
665 views
Configuring Git on Windows to use NTLM proxy authentication
I'm trying to access a repository on Github from a Windows machine that is behind a proxy that requires NTLM authentication. Neither SSH nor the git:// protocol are directly available, so I'm trying ...
6
votes
3answers
1k views
How to support NTLM authentication with fall-back to form in ASP.NET MVC?
How can I implement following in ASP.NET MVC application:
user opens intranet website
user is silently authenticated if possible
if NTLM authentication didn't worked out, show login form to user
...
6
votes
1answer
1k views
NTLM authentication in Python
I'm trying to implement NTLM authentication on IIS (Windows Server 2003) from Windows 7 with python. LAN Manager Authentication Level: Send NTLM response only.
Client machine and server are in the ...
6
votes
6answers
3k views
6
votes
7answers
3k views
Retrieve NTLM Active Directory user data to Rails w/o IIS
I believe that we can allow Firefox to sent NTLM data to SharePoint sites to do automatic authentication, and I think that this is doable with IIS.
I'd like to do the same thing with an internal ...
5
votes
1answer
837 views
Is NTLM authentication on ANDROID legal? [closed]
I needed to do NTLM authentication for one of my applications on ANDROID. And i have already done it using the JCIFS client library.
Since i checked issue 4962 on the android forums from google.
It ...
5
votes
2answers
3k views
Javamail NTLM Authentication Failure
Trying to connect to Exchange server using NTLM in JavaMail. I can connect to SMTP, but not IMAP. I can also authenticate via the OS X Mail.app application using the identical ...
5
votes
3answers
3k views
Python urllib2 HTTPS and proxy NTLM authentication
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 proxy with NTLM authentication.
...
5
votes
2answers
3k 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. Certain other programs ...
5
votes
4answers
3k views
how can i use sharepoint (via soap?) from python?
I want to use Sharepoint with python (C-Python)
Has anyone tried this before ?
4
votes
2answers
351 views
Windows integrated (NTLM) authentication vs Windows integrated (Kerberos)
What is the difference between Windows integrated (NTLM) authentication and Windows integrated (Kerberos)?
How to implement these in IIS6
w.r.t. MSDN
4
votes
3answers
743 views
Single Sign-On Server Authentication in Ruby/Rack
I write and host web applications on Windows servers for intranet usage. My server stack uses Sinatra (which uses Rack), Thin, and (in some cases) Apache for reverse-proxying only.
I want to support ...
4
votes
2answers
777 views
Can't authenticate with different NTLM credentials in one session with java.net.URLConnection
When I access a HTTP server using the standard Java API (java.net.URLConnection), the credentials are "cached" after the first successful authentication, and subsequent calls to ...
4
votes
2answers
12k 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 needs to talk ...
4
votes
4answers
827 views
Intranet website authentication using windows logon
I'm building an internal website in Perl and I would like to get it to use Windows credentials for authentication. My research so far has turned up a lot of keywords: Kerberos, LDAP, NTLM, etc, but no ...
4
votes
3answers
876 views
Determine if browser supports windows integrated authentication
Is there a way to determine if a browser supports NTLM without having NTLM enabled for the particular site or directory in IIS and without showing a login dialog/pop-up? Preferably, determine this ...
4
votes
4answers
2k views
NTLM Authentication in ColdFusion
Is there a recommended (and preferably free) way in ColdFusion to access a remote file that is protected by NTLM authentication? The cfhttp tag appears to only support Basic authentication.
4
votes
6answers
15k views
How do I use NTLM authentication with Active Directory
I am trying to implement NTLM authentication on one of our internal sites and everything is working. The one piece of the puzzle I do not have is how to take the information from NTLM and authenticate ...
3
votes
1answer
65 views
Manual Windows Authentication
I'm currently trying to figure out how to perform manual windows authentication in our ASP.NET Application. The problem is that we have an OData service running, and use FormsAuthentication to provide ...
3
votes
1answer
66 views
System.Windows.Forms.WebBrowser sometimes does NTLM auth - why?
I have a Windows Forms app targeting .NET 2.0. I'm attempting to add a single sign-on feature via the SAML 2.0 protocol, for which the most efficient apparent solution was an embedded web browser.
...
3
votes
2answers
472 views
Access Exchange Web Services with PHP and cURL
Hello,
I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it.
Through days of searching I've been able to connect to the EWS via PHP's ...
3
votes
1answer
219 views
Jespa ntlm authentication with multiple active directories or windows domains
I'm using Jespa to do transparent ntlm sign on. I want to be able to authenticate the users in multiple windows domains. I have it working with one domain. How do I add another?
Thanks
3
votes
1answer
277 views
Metro client hangs when calling WCF webserver with wsHttpBinding
I have generated a webservice client with a local wsdl using Metro 1.2 this way:
./wsimport.sh -extension -verbose -wsdllocation service.wsdl -s src -d target service.wsdl -Xendorsed
The wsdl uses ...
3
votes
1answer
101 views
Authentication Test Servers
I'm searching for examples of public HTTPS sites that use one of the following authentication types - these sites will be used as test servers for an application currently under development.
BASIC ...
3
votes
2answers
495 views
Extending php SoapClient for siteminder authentication
SHORT VERSION
I want to extend SoapClient so it does this internally when accessing the wsdl:
curl -L -E /location/of/cert.pem -c /tmp/location/of/cookie.jar ...
3
votes
2answers
385 views
Apache + Perl + NTLM/LDAP == Single signon?
We have a Perl app which runs under Apache on Solaris using CGI::Application. That's all running fine. We'd like to get access to the USER_ID variable passed by the IE browser, and do some Database ...
3
votes
3answers
544 views
NTLM V2 SSO Java Servlet Filter
I need to use NTLM V2 SSO for a web application deployed on Tomcat 6 (Redhat Linux).
I know of the JCifs library but it's NTLM filter supports only NTLM V1 and not V2.
They recommend JESPA as an ...
3
votes
1answer
543 views
Enable SSO on a Silverlight/.NET Web application: NTLM?
I use Silverlight, .NET 4 (with VB), RIA Services, and I develop under VS 2010.
I'm trying to develop an application that allows SSO (Single Sign-On, i.e. automatic authentification on the application ...
3
votes
1answer
431 views
How to make HTTP request authenticated with anonymous NTLM using HttpWebRequest
My team recently discovered a bug in some of our service code, such that an HTTP request authenticated with the anonymous NTLM SID (not the same as HTTP Anonymous authentication; this is a successful ...
3
votes
2answers
394 views
NTLM and automatic Anonymous authentication IIS
I have an MVC application for our intranet which uses NTLM authentication however I want to be able to allow external users to access the application. All external connections to our intranet come via ...
3
votes
1answer
1k views
SMTP through Exchange using Integrated Windows Authentication (NTLM) using Python
I want to use the credentials of the logged-in Windows user to authenticate an SMTP connection to an Exchange server using NTLM.
I'm aware of the python-ntlm module and the two patches that enable ...
3
votes
2answers
807 views
Ruby NTLM Library
Anyone have a good NTLM library recommend for Ruby?
There is http://rubyforge.org/projects/rubyntlm/ but it has not been touched in quite a while.
Update: I forgot to point out that I am looking ...
3
votes
1answer
255 views
single sign on using coldfusion with IIS version 5 using NTLM
Hi can anybody direct me on this and how does this get setup. I basically have an application that I want users to be automatically logged into when logging in windows using there id and password so ...
3
votes
4answers
2k views
Calling IPrincipal.IsInRole on Windows 7
We use NTLM auth in our application to determine whether a user can perform certain operations. We use the IPrincipal of their current Windows login (in WinForms applications), calling IsInRole to ...
3
votes
2answers
709 views
Django SMTP and secure password authentication
I have an SMTP server that requires secure password authentication (e.g. Outlook requires to check SPA). Is there a way to deal with it with Django SMTPConnection?
Or maybe ideas about any python ...
3
votes
4answers
2k views
Why is kerberos defaulting to NTLM in WCF?
Got a simple WCF demo app that has two console projects--host and client. Both are running on my machine (win 7 box). I'm using the netTcpBinding, which uses windows authentication.
The issue is ...
3
votes
2answers
2k views
WCF - How to configure netTcpBinding for NTLM authentication?
I know how to configure basicHttpBinding for NTLM authentication, but can't figure out a way to do the same for netTcpBinding.
Does netTcpBinding support NTLM? If so, how to force WCF service to use ...
3
votes
6answers
4k views
Does git clone work through NTLM proxies?
I've tried both using export http_proxy=http://[username]:[pwd]@[proxy] and git config --global http.proxy http://[username]:[pwd]@[proxy].
I couldn't make it work. It looks like git uses Basic ...
3
votes
2answers
693 views
How to call a .NET web service with Kerberos (or NTLM) authentication from Oracle PL/SQL
We are calling a .NET web service from our oracle database using the sys.utl_http package. We have also tested with the sys.utl_dbws package.
This works fine when there is no security on the .NET web ...
3
votes
2answers
2k views
Impersonating users through NTLM
I have an internal application which has two levels of security. FormsAuthentication for client-facing application and NTLM Integrated authentication for management interface.
I can easily ...
3
votes
2answers
5k views
using wget against protected site with NTLM
Trying to mirror a local intranet site and have found previous questions using 'wget'. It works great with sites that are anonymous, but I have not been able to use it against a site that is ...
3
votes
2answers
455 views
SharePoint Infrastructure Update Authentication Issues
I've got a SharePoint MOSS 2007 development setup on to which I installed the WSS infrastructure update. Now, whenever I try to access any site collection in my SharePoint farm using IE7 I get a ...