All Questions
11 questions
2
votes
1
answer
872
views
Web Service Credentials work from remote but not on the server
I'm calling a web service (named SecurityService) as below:
SecurityService.Service securityService = new SecurityService.Service();
securityService.Credentials = networkCredential;
return ...
0
votes
0
answers
2k
views
NTLM authentication on Squid proxy
I am new to Squid proxy and need help in setting up NTLM authentication.
I checked so many resources on the web but did not find exact steps to get my work done
Since I have no background on proxy/...
1
vote
1
answer
2k
views
Enabling NTLM on firefox not working
I've been trying to get NTLM working on firefox but none of the options are working for me. They all point to setting:
network.*-uris setting: network.automatic-ntlm-auth.allow-proxies, network....
3
votes
1
answer
12k
views
Windows Authentication is not working in Chrome
In my MVC5 application Windows Authentication is not working.
When the application is opened in IE it is prompting for credentials each and every time (after clearing temp data, cache, cookies) when ...
0
votes
1
answer
189
views
Authentification with Windows Auth NTLM
There is a WebAPI hosted in IIS. It is using Windows authentification with NTLM protocol only. If I am trying to reach it with chrome extension which gives me the ability to send REST requests, chrome ...
1
vote
1
answer
3k
views
Implement Kerberos authentication using C# on IIS
I have configured the kerberos settings in IIS, still it fallback to NTLM authentication.
Can you tell me the proper troubleshooting method for kerberos.
Can you explain detail (Configuration and ...
0
votes
2
answers
2k
views
How to set up authentication layer in node.js app using ntlm
How to setup authentication in node.js application using ntlm ?
node.js is serving the webpages that need to be authenticated for windows user only, using ntlm. How to set up this authentication layer ...
2
votes
2
answers
5k
views
ASP.NET get username and password from NTLM authenticatiuon form
I've ASP.NET application with Windows Authentication.
How to get the username and password in ASP.NET from the form provided by Windows authentication method?
1
vote
1
answer
2k
views
Can WCF do WindowsAuthentication with username password?
I'm building an wcf service that is meant to run in an intranet environment using Windows Authentication. I have been merrily working along with some kind of default settings on the local computer.
...
1
vote
2
answers
2k
views
How to write an NTLM Authentication Module?
I would need to write an Authentication Module for IIS7 that behaves exactly like NTLM, but does some extra checking. The Module does NTLM against Active Directory (so that the module knows if the ...
3
votes
3
answers
3k
views
Need Users to Re-authenticate with NTLM
I'm NTLM (authenication="windows" in the web.config) with an asp.net mvc 2.0 site.
Right now once a user logs in it keeps them logged in for weeks at a time.
The use of the application is being ...