Tagged Questions

0
votes
1answer
50 views
+100

Cross-browser windows forms logoff?

Looking for a cross-browser way to log a user off a webpage which uses windows authentication.
1
vote
1answer
26 views

ASP.NET Windows Authentication - Loggin off

Hi Guys, I have an ASP.NET application using Windows Authentication. At the moment the only way for a user to log-off the application is to close the browser (it is a pain because closing the tab …
1
vote
0answers
17 views

Authenticate user in Global Catalog

I need to authenticate user's Windows credentials, given a userId, domain and password. Our Active Directory contains multiple domains, some which we can list using the following code: var domains = …
2
votes
2answers
35 views

Encrypting Windows Authentication connection strings

I am accessing an SQL Server database using Windows Authentication Do I need to encrypt the connection string in the web.config? Does the name of the connection string (or database) matter in terms …
0
votes
1answer
29 views

Windows authentication - testing for different users

My application does not have any roles. However I use windows authentication to stop anonymous users from accessing the webpages. I need to test different users using the system. I do not want to know …
0
votes
2answers
205 views

Thread.CurrentPrincipal.Identity vs. Active Directory entry

In this extremely helpful summary from Mike O'Brien http://blog.mike-obrien.net/PermaLink,guid,5e975b20-7b05-472f-bd80-04028ab8b6fa.aspx he gives an overview of how IIS 7 deals with authentication …
1
vote
3answers
121 views

How to get the current logged on user, including domain in Delphi 2009?

I need to get the current logged on username? I need this to work properly when I call the code from ASP.NET which is working in Windows Authentication mode. i.e. I do not want to get the ASPNET user …
1
vote
1answer
32 views

JMeter with Windows Authentication?

I am using JMeter to load test some pages that reside in a SharePoint 2007 Site. The farm that contains the pages resides in a different domain than the machine running the test, and uses Windows …
0
votes
0answers
57 views

Windows Authentication in a COM object called from ASP.NET

I have a COM object written in Delphi, which uses Active Directory Services to return the current logged on user. This is the code I use : var SysInfo : IADsWinNTSystemInfo; begin SysInfo := …
0
votes
2answers
538 views

Windows Authentication in IIS 7.5 Fails with Trust Relationship Exception

I have an ASP.Net 2.0 application that uses integrated Windows Authentication to authenticate/authorize users. The application works fine on Windows XP/IIS 5.1, Windows Server 2008/IIS 7, and Windows …
2
votes
1answer
43 views

Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my …
0
votes
1answer
28 views

Hosted Silverlight LOB Application - Authentication Models

Our application is built in VB6 and delivered in a SaaS model via Citrix. Our subscribers must first authenticate to the Citrix Login Portal (AD) which gives them access to their applications. Each …
0
votes
1answer
18 views

How to control access to third party HTML pages

Hello, We have a Learning Management System (LMS) that runs on its own server (IIS/Server 2003). Students must login with Forms authentication to gain access to the content. We want to offer access …
0
votes
2answers
49 views

Integrate Windows domain authentication with an external web site.

I am a small time internet hosted app (SAAS) developer, when I launch I expect most of my customers will authenticate (login) to my application using the standard email + password technique. However …
0
votes
1answer
19 views

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the …

1 2 3 4 5 9 next
15 30 50 per page