9
votes
10answers
1k 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
4answers
423 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 places (connected via …
5
votes
5answers
983 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 …
4
votes
3answers
231 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 …
3
votes
7answers
931 views
Login without username and password from the web browser on Windows
I heard that on Windows you can login from a web browser to the web server without going through the usual login entering username and password but using instead the credentials from Windows directly, …
3
votes
0answers
4k views
Can I get Chrome to work with sites that use windows integrated security? [closed]
I've had success altering about:config in firefox to get firefox to work with certain intranet sites that use windows integrated security. Is there something like about:config in Chrome? Is there some …
2
votes
2answers
133 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 information to the …
2
votes
1answer
277 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 …
2
votes
3answers
223 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 …
2
votes
2answers
796 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 …
2
votes
5answers
268 views
NTLM Window Authentication
I using the Samba to implement the Window AUthentication. On my web.xml i put this
<filter>
<filter-name>NtlmHttpFilter</filter-name>
…
2
votes
3answers
266 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.
2
votes
2answers
192 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 …
2
votes
1answer
511 views
How to impersonate a user when calling a .NET web service from a SharePoint webpart?
What is the best practice for impersonating the current SharePoint user when accessing a web service that uses NTLM authentication? The webpart has the user name but not password, and apparently, …
2
votes
1answer
483 views
Use ruby gem, apt-get,etc. through a proxy with NTLM authentication
What solutions are out there for getting through a corporate proxy using NTLM authentication? Anything that isn't a browser fails.
I've tried NTLMAPS, without success.
