NTLM (NT LAN Manager) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users.
0
votes
0answers
7 views
Binding Image ImageSource to URL breaks HttpClient NTLM Handshake
I have a .NET 4.5 WPF application which displays a number of icons in a grid - those icons are loaded through setting the ImageSource of an Image control to a specific URL (no authentication ...
0
votes
0answers
4 views
NTLM authentication with BackgroundDownloader in metro app
I want to use BackgroundDownloader class to download files from some external repository which uses NTLM authentication, So i need to pass NTLM authentication header in request from my ...
0
votes
2answers
26 views
MVC 4 / IIS 7.5 - Prompting for windows authentication credentials
I have a MVC4 application which is using Windows Authentication. Both my computer (developing) and the host server are running IIS 7.5 and are on the same domain. The application has it's own app pool ...
0
votes
0answers
14 views
sending html with python and outlook
I am trying to test sending an html table in the body of an outlook email, using ntlm, urllib2 and some other stuff. I can send email text successfully, but not html. Please have a look at my code ...
0
votes
0answers
22 views
Speed of response with python-ntlm
Python noob here so thank you for your patience.
I have been trying to write a script that will query the API of our server (running a reservation system) to query availability.
Currently we have a ...
0
votes
0answers
11 views
Win32 API to provide both challenge and challenge response up front for user authentication
Normally in the context of something like lsaLogonUser for a NTLM/MSCHAP exchange you get a flow like the following:
server provides a client challenge
client provides response to server challenge
...
0
votes
0answers
33 views
Consuming a JAX RS in Tomcat with Windows Authentication (via WAFFLE)
I have written a Web Service using JAX-RS in Netbeans. This was deployed to a local Tomcat 7.0 server on my machine which used basic authentication for users to login and retrieve some XML.
I ...
3
votes
0answers
40 views
Symfony2: automatically logging in users from their Windows session
In Symfony2 I have built an intranet. It currently uses the FOSUserBundle and an LDAP bundle to log users in, and I would like to add the functionality to log in user from their session in Windows.
I ...
0
votes
0answers
28 views
Does windows phone 7 support ntlm authentication?
i search for a way to connect my WP7 app to a https server using NTLM but the app crash with error remote server not found. and it's working fine with other platform.
Some forum says that WP7 does ...
0
votes
2answers
90 views
Authentication NTLM to Sharepoint Services failed on List.asmx but works for copy.asm
I have a simple .NET WPF application. I added service reference. to
//server:port/sites/site_collection_name/_vti_bin/lists.asmx
and call it ListServ. I typed followed code
ListsSoapClient ...
0
votes
0answers
32 views
HTTP BASIC AUTH + IIS + NTLM + PHP Logout Script
I have the following configuration:
IIS + NTLM + HTTP Basic AUTH + PHP.
Everything is fine except that there is no way to logout a user....
The way http://[email protected] doesn't work I think ...
0
votes
0answers
15 views
TeamCity NTLM groups
I am evaluating TeamCity on Windows, using NTLM authentication.
It seems TeamCity allows any valid user in the domain. This is undesirable.
How can I restrict the users when using NTLM in TeamCity ...
0
votes
0answers
48 views
NTLM Authentication implementation error in wp7
it gives me an error when I am trying to authenticate with server using NTLM in wp7 "The remote server returned an error: NotFound."
private void callWebservice(object sender, RoutedEventArgs e)
{
...
0
votes
0answers
35 views
NTLM Authentication implementation in c#
how I can read data from an Http web service using c# in windows phone 7 if the authentication header received from the server was 'NTLM'.
-1
votes
0answers
32 views
WP7 C# - NTLM Authentication [closed]
I need sample C# code compatible with Windows Phone 7 in order to authenticate to a webservice using NTLM.
Thanks a lot