1
vote
3answers
106 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 …
0
votes
0answers
55 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 := …
1
vote
1answer
26 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 …
2
votes
1answer
42 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
25 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
15 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
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 …
0
votes
2answers
51 views
ASP.NET Windows Authentication Impersonation
I am trying to figure out how to implement an ASP.NET page with Windows Authentication without getting that annoying IIS login box.
I currently have 3 domains in my network so all the people …
0
votes
2answers
43 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
2answers
26 views
Narrowing Integrated Windows Authentication to a subset of users for an intranet ASP.Net application
Scenario: An intranet ASP.Net application using Integrated Windows Authentication and a SqlRoleProvider for authorization. The application is used by a small subset of users within the domain.
If …
1
vote
1answer
13 views
WCF call with windows authentication
We have a system where the users access a web server, the web server then calls a WCF service.
We would like the call to the WCF service to be made in the security context of the windows identity of …
0
votes
2answers
72 views
Connect to SQL Server with Management Studio using a Windows Credential while not on the domain
I have a client that has a SQL Server 2008 installation. They have given me a windows domain username/password on their domain, however, my workstation is not on their domain. I'm trying to connect …
0
votes
1answer
79 views
HttpContext.Current.User is null even though Windows Authentication is on
In IIS7 under Windows Server 2008, I have a virtual directory with anonymous access off and Windows authentication on. In my web.config, I have:
<authentication mode="Windows"/>
…
0
votes
2answers
43 views
Lock down a site using Forms Auth in IIS7 with Windows Auth
I've posted this on Server Fault, but as there is sort of a programming aspect to it, I'll post it here too.
I have an ASP.NET MVC 1.0 application that uses Forms Authentication. We are using Windows …
0
votes
3answers
54 views
How to obtain email address with window authentication.
I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.
How can I determine the …
