NTLM (NT LAN Manager) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users.
0
votes
0answers
162 views
How configure website with autentification windows for safari - chrome and Internet explorer?
I have a problem with a authentification Windows on a asp.net Web Site .
I use this code in web.config file :
<authentication mode="Windows" />
<identity impersonate="true" />
It's ...
0
votes
0answers
164 views
HTTPClient ntlm smart card
Using HTTPClient 4 and want to authenticate via a proxy with NTLM....
But the authenticate data should be pulled from my smart card and hard cert. Haven't found examples of this with HTTPClient ...
1
vote
1answer
841 views
Verifying NTLMv2 authentication in Java
So I'm trying to track down a strange bug with NTLMv2 and Java. It seems like NTLM is ignoring any information I pass in during the Java based authentication, and finds the information somewhere else. ...
0
votes
0answers
122 views
MVC website with NT authentication making multiple ajax calls with 401 results
I have a website that I've coded in MVC3 and it uses NT authentication to recognize users. When I make AJAX calls to request information on my local machine, it only makes 1 ajax call and it returns ...
1
vote
0answers
154 views
Eclipse Indigo: can I use/patch m2e with NTLM?
We are experiencing an issue with Eclipse Indigo and the new M2E plugin for Maven support.
I installed on the same machine: Maven 3.04 command line, with a patch for NTLM proxy.
This works perfect ...
1
vote
0answers
649 views
Java 6 HTTPURLConnection and Project Server NTLM Authentication from RHEL5.5
Currently at a loss for authenticating with a Microsoft Project Server 2007 instance running on IIS with Integrated Windows Authentication enabled from a Java 1.6(u19) client running on linux, RHEL ...
0
votes
1answer
254 views
Why won't WAFFLE sign me in when I provide the password manually?
I'm using WAFFLE to integrate a web server with Windows authentication.
When I visit the web server using the short hostname, the server is considered "trusted" by both Chrome and IE, and everything ...
2
votes
1answer
209 views
Ruby http client with “native” ntlm proxy support
I am looking for a ruby HTTP client gem that supports NTLM proxy authentication "natively" - not through cntlm or similar local proxies.
Any hints appreciated.
2
votes
0answers
675 views
The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'
This is driving me crazy.
I'm trying to accesss a WCF service via an ASP.NET web form,
I'm setting the binding for the channelfactory up like this:
BasicHttpBinding b = null;
if ...
0
votes
0answers
627 views
I am receiving HTTP/1.1 407 Proxy Authentication Required error
I know there are already a lot of questions about this particular error but my problem seems slightly unique.
I only receive HTTP/1.1 407 Proxy Authentication Required a portion of the time (20% ...
2
votes
1answer
306 views
Is there a Java replacement for CFHTTP to use NTLM Authentication from Coldfusion?
Facts
I need to access a web service protected by NTLM authentication.
I am using Coldfusion 8.
I need this solution to be cross platform, ex. Windows, Linux, OS-X (aka no .NET component)
Java seems ...
1
vote
0answers
287 views
jQuery sends 2 requests for ntlm negotiation ?
im using jQuery ajax to call an Ashx handler which repondes jSon objects.
my iis is configured to NTLM. ( windows authentication).
how ever - for each requests ( which i call 1 time) - there are ...
1
vote
2answers
2k views
HTTP Error 401.1 when using WinHttp.WinHttpRequest.5.1 in classic ASP site
General information
Operating System: Windows Server 2003 R2 Service pack 2
Webserver: IIS 6
NTAuthenticationProviders: NTLM only
Webapplication: Classic ASP
Browsers used: IE7, IE8, IE9
...
0
votes
0answers
141 views
Display Logged in user name without AJAX call
I am developing a simple rest based spring application and trying to keep UI and REST services as a separate directory but both deployed under same tomcat instance. REST services returns JSON as ...
0
votes
0answers
97 views
How can I make a portlet to connect to an Exchange server as a connected user in NTLM?
I have a complex problem on a portlet I'm working work on :
I need this portlet to display the 5 last e-mails of the connected user.
The user log in to my portal (on Liferay) through NTLM ...
1
vote
2answers
516 views
Suppress NTLM Auth in Java
I am currently pen-testing a web application and came across an interesting phenomenon. During my testing sessions, I gathered URLs using a proxy. Now I wanted to test my URL list for anonymous ...
0
votes
1answer
465 views
401 response for CORS request in IIS with Windows Auth enabled
I'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, but with Windows Auth + disabled anonymous authentication, the OPTIONS ...
1
vote
1answer
174 views
Authenticate a call to a WCF service
I am trying to call a Sharepoint Web Service via WCF from inside a .ASHX on a different server. My code works if I run inside of Visual Studio's debug web server, but not from IIS. The working ...
1
vote
0answers
119 views
Symfony2 FOSuserbundle and ntlm authentication
How setup support ntlm authentication for FOSUserbundle?
I have in my mysql database list of all accetable users for site, and i need check is user that authorized by ntlm guest, or verifed ...
0
votes
1answer
293 views
Infrastructure for Automatic User Logon (SSO) with Active Directory / LDAP / NTLM
I have to set up an automatic logon system for an eZ Publish Website hosted on a debian server. The pitch is :
"a client is logged on its Windows session (User registered on a Windows Active ...
1
vote
1answer
1k views
apache httpclient + ntlm Authentication
I have a client to upload a file to a server over https post. It uses proxy and this is my code
public void upload() throws Exception {
//create default client
DefaultHttpClient client = ...
2
votes
1answer
5k views
“The matching wildcard is strict, but no declaration can be found for element 'http'” Error
I am trying to configure NTLM authentication, but receive error:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no
declaration can be found for element 'http'.
I read a lot of ...
0
votes
1answer
124 views
Passing User Credentials to Exchange
My scenario:
User -> Web App (ASP.NET, C# 3.5) -> Exchange
I need to pass the user's Window's account information to Exchange since it uses WIA.
I've enabled "NTLM" on my web app's ...
3
votes
4answers
299 views
how to access Cmis without a password?
I'm trying to query Alfresco through cmis with DotCmis ( http://chemistry.apache.org/dotnet/dotcmis.html )
It's working ok as long as I specify a user / password.
How can I do that without ...
4
votes
1answer
594 views
Office365 Sharepoint Webservices access via Java - Axis2
We are currently building a Java based server that can interact with Sharepoint 2007/2010 and the Office365 version webservices via Axis2. It seems that we can get Basic/NTLM authentication to work ...
1
vote
0answers
152 views
VM specific HTTP proxy authentication
I assumed that this should be easy to find with Google, but after thorough searching and trying to understand the actual implementation without full success, I thought someone here might perhaps have ...
1
vote
0answers
639 views
Issues getting NTLM authentication in an intranet app on IIS6 w/IE 9
I have an intranet web app running in a virtual directory on a Win 2003 server. I would like to have the app pick up the user name for personalization.
In the web.config I have set the following:
...
0
votes
2answers
323 views
How to use NTLM Authentication with RestKit
Is NTLM authentication supported by RestKit? How can I use it in my project?
3
votes
1answer
580 views
How do I authenticate a console application with a WCF web service using NTLM?
I have a WCF web service using basicHttpBinding with NTLM hosted on IIS 7 (anonymous authentication disabled and Windows authentication enabled). AppPool using pass-through authentication. I have a ...
2
votes
0answers
307 views
NLTM auth using HttpUrlConnection failing
I am trying to authenticate against a server supporting NTLM authentication in my Java application using java.net's HttpUrlConnection.
The problem is that the application fails to send the ...
0
votes
1answer
386 views
Android SOAP NTLM example?
I've tried to google around for a working example. I've tried KSOAP2 and JCIFS examples but no success. The web service i'm trying to connect is 3rd parties (Microsoft Dynamics NAV) and can't be ...
1
vote
0answers
654 views
NTLM authentication in Android app
I'm using JCIFS library found here to use NTLM authentication in my android app.The app worked fine when it just went to a site and parsed an xml, but now that I added the NTLM auth it doesn't seem to ...
2
votes
2answers
3k views
JMeter NTLM/Windows Authentication Load Testing
What is to be done?
We have an application deployed on the Sharepoint (corporate) Server which uses the windows credentials to log into the application.
App URL format: ...
0
votes
1answer
142 views
NSIS NTLM Proxy authentication
I'm using NSIS for an installer program. We have to download some package from our server during installation and we use NSISdl library for this.
The problem is that we need to install the software ...
3
votes
2answers
704 views
Wide character in subroutine entry when using LWP with NTLM authentication
I'm trying to get LWP to work against an IIS server configured with NTLM authentication. When NTLM authentication is turned off on the server, the code work fine, so I assume that the only problem ...
0
votes
1answer
662 views
Deploying Javadocs via the Maven Wagon WebDAV provider to an NTLM-authenticated server
I'm attempting to use Maven to deploy my Javadocs (which are created successfully) to a Sharepoint server, which requires NTLM authentication. I'm using the Maven Wagon plugin with the WebDAV ...
1
vote
0answers
510 views
Issue: 401 - Unauthorized: Access is Denied Due to Invalid Credentials
In Android, I am trying to fetch data from the "HTTPS" site and this site used NTLM credentials , authentication, when I connect the site (client. execute) it gives a response:
"401 - ...
0
votes
1answer
902 views
What parameters for an NTLM authentication can be automatized , and how to do it with java?
I want to know what parameters can be automatized out of the 6 used during an NTLM authentication, which are:
"Username" - The one used to login on the Operating System's profile currently in use. ...
1
vote
1answer
2k views
Windows7 IE9 NTLM Response to Challenge not being sent by client
I have an old laptop running WinXPpro and both IE8 and CoolNovo which can download an applet just fine from our Win2008 Server R2 SP1 x64 IIS 7.5.7600.16385. I have a new laptop (same hardware) with ...
0
votes
1answer
470 views
Double requests for aspx pages, NTLM authentication request fails
I have a following configuration:
IIS 7.5
Website A - Authentication: all options disabled, only windows
authentication enabled.
Application B (as a sub web application of A): Authentication: ...
1
vote
1answer
239 views
Can I set-up Springsource ToolSuite (STS) or Eclipse to pick up my Network ID and password for Internet Access
When using Eclipse (3.6.) or STS (2.6. or 2.8., based on Eclipse 3.6.) you need to set-up proxy entries in order to be able to access the internet.
This can be a pain so I'd like to be able to set-up ...
0
votes
1answer
269 views
PHP curl on Linux: what is the difference to curl on windows?
I'm trying to run my php App from Ubuntu Server 11.10. This App works fine under Apache + PHP in windows. I have other applications that I can simply copy&paste between the 2 OS and they work on ...
1
vote
2answers
936 views
What TargetName to use when calling InitializeSecurityContext (Negotiate)?
The InitializeSecurityContext (Negotiate) function has an optional TargetName parameter:
pszTargetName [in, optional]
A pointer to a null-terminated string that indicates the service ...
0
votes
0answers
168 views
How To call Window Authentication url in Sharepoint 2010?
In now days, I call window authenticatioin url programatically for annonymous Sharepoint site? I have been used redirect URLs like '_windows/default.aspx'. But that is not working for me.
Do you know ...
1
vote
1answer
2k views
IIS Windows Authentication Rejecting Some Users
We have a very basic SOAP web service setup using Windows Authentication, open for all users:
<authentication mode="Windows" />
<authorization>
<allow users="*" />
...
1
vote
3answers
852 views
How can I do NTLM Windows Auth over the internet?
I have a WPF client that talks to a WCF using Windows Authentication.
When people are on the domain, it can pass credentials fine but not when they are using the client over the internet
...
2
votes
2answers
286 views
Is that Possible for NTLM Authentication in Mobile for Sharepoint Site?
Now a Days I want to use Login Control For Sharepoint Mobile page. But I cant got any referrence site for this. I have been use one link in my custom mobile page and navigation url for this url go to ...
5
votes
1answer
654 views
How to validate domain credentials (from native code)?
i want to validate a set of credentials against the domain controller. e.g.:
Username: joel
Password: splotchy
Domain: STACKOVERFLOW
In .NET 3.5 and newer you can use ...
3
votes
2answers
1k views
HttpClient using both SSL encryption and NTLM authentication fails
I'm trying to do simple REST calls on a Sharepoint 2010 server that uses SSL encryption (https), as well as NTLM authentication. When the server is set up to not require SSL (just for testing, the ...
2
votes
1answer
127 views
NTLM authentication for OpenRasta
Following from my previous question regarding OpenRasta authentication, I'd like to know if NTLM authentication can be configured for OpenRasta service that is running as executable outside IIS.
...
