Tagged Questions
11
votes
1answer
1k views
ASP.NET passing along Windows Authentication credentials
I've got an ASP.NET web application which uses Windows Authentication. This application needs to connect to another ASP.NET web service (which also uses Windows Authentication) and use the same ...
10
votes
7answers
5k views
Mixing Forms authentication with Windows authentication
I have an (ASP.NET 3.5) intranet application which has been designed to use forms authentication (along with the default aspnet membership system). I also store additional information about users in ...
8
votes
2answers
803 views
Securing ELMAH while yet making it possible to access it via RSS Reader
We use ELMAH error exception logging in our application. I'd like to keep ELMAH secure from regular users while still making it available to administrators/developers of the application.
When you ...
7
votes
1answer
833 views
Windows authentication mode in ASP.NET uses the Active Directory group name (pre-Windows 2000)?
Here is the background. I had an .NET MVC v1.0 project that I was trying to secure it by using Windows authentication mode. So I set the web.config to:
<authentication mode="Windows" />
And ...
7
votes
6answers
4k views
Impersonate using Forms Authentication
I have an ASP.NET site that must use Forms Authentication and not Windows Authentication to access a ActiveDirectoryMembershipProvider. The site must use forms because they need a designed input form ...
6
votes
1answer
1k views
Sign in as different user when using Integrated Windows Authentication
I have restricted access to a site by using Integrated Windows Authentication and turning off anonymous access. This way I can then show them their real name (from looking up on Active Directory and ...
6
votes
5answers
9k views
ASP.NET Windows Authentication logout
How do you logout when using Windows authentication in ASP.NET like this web.config?
<authentication mode="Windows" />
I've already tried the following unsuccessfully. It redirects, but does ...
5
votes
1answer
304 views
Wrong authentication after changing user's logon name
We have a user who recently changed name.
Let's say the old username was old.name and the new username is new.name.
After editing the details in AD and logout/login with the new user name, our ...
5
votes
4answers
2k views
Windows Authentication and Network Service account as a db_owner
There is a number of commercial products out there, that give you a windows based installers for configuring your app and the back end SQL Server DB. Typically it will ask if you want to connect to ...
4
votes
5answers
4k views
Receiving login prompt using integrated windows authentication
I have a .NET 3.5 application running under IIS 7 on Windows 2003 server and cannot get integrated windows authentication working properly as I continue to get prompted for a login. I have set Windows ...
4
votes
1answer
699 views
App pool identity versus impersonation identity?
I found only one thread relating to this but it did not answer the question.
I'm curious to a link or explanation of the difference between setting an impersonation user via in the web.config ...
4
votes
3answers
964 views
How do I allow anonymous access to my IIS site, but use Windows Authentication to connect to SQL Server?
What I want to do is:
Allow anonymous users to access my ASP .NET site.
Use Windows Authentication for the site to access Sql Server. It will log in to Sql Server with a domain account set aside ...
4
votes
1answer
452 views
IIS 7 - Authentication in IIS vs Authentication in web.config
I'm relatively new to using IIS 7. I'm getting confused by the various options that IIS 7 provides.
What does setting authentication mode="Windows" do in the web.config of my ASP.net site do?
What ...
4
votes
2answers
261 views
How to impersonate another Windows user, when using Windows authentication?
I have an ASP.NET application where only users authenticated by Windows (i.e. logged on user) have access to most pages. Now, my client wants to be able to 'log on' through this app, with a custom ...
4
votes
1answer
487 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 ...
4
votes
2answers
3k 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"/>
...
4
votes
3answers
7k 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 ...
4
votes
1answer
2k views
Windows Authentication and Forms Authentication together for ASP.NET
I am developing an internally-facing application that needs to automatically authenticate users via Windows Authentication and fall back to Forms authentication. The fall back would occur in ...
4
votes
2answers
3k views
How to authenticate users on one site and pass credentials to other site? ( Windows Authentication, ASP.Net)
We have multiple web-applications running Windows authentication.Users log on to the websites using Domain\Username which is different from the DomainOther\UsernameOther that they use on their local ...
4
votes
3answers
667 views
Web application to use window domain accounts for authentication
If you have a web application that will run inside a network, it makes sense for it to support windows authentication (active directory?).
Would it make sense to use AD security model as well, or ...
3
votes
3answers
504 views
Windows authentication in MVC 3
I'm trying to set up Windows authentication in my web app, but I cannot make it work. The app run in my computer (Windows 7 x64), I am in a domain network, and the app is running on the real IIS, not ...
3
votes
2answers
79 views
User name in asp.net
I tryed this ways:
Request.ServerVariables["LOGON_USER"]
or
HttpContext.Current.User.Identity.Name
or
User.Identity.Name
-- If i run it by F5 from VS2010, it runs OK.
-- If i run it on IIS ...
3
votes
1answer
818 views
ASP.NET MVC and Windows Authentication with custom roles
I am trying to implement windows authentication in my ASP.NET MVC2 application.
I've followed all the steps suggested by the official documentation:
<authentication mode="Windows" />
...
3
votes
2answers
171 views
windows authentication mode but not required
I'm using windows authentication mode in my asp.net app.
If a user is logged correctly in windows he can access to my site without logins.
But if is an external user when he try to access to asp.net ...
3
votes
4answers
4k views
IIS7 Mixed Mode Authentication
We're getting ready to start migrating some of our IIS6 sites to IIS7, and the application currently uses Forms Authentication. We have started getting some requests from various sites to use the ...
3
votes
1answer
8k views
ASP.NET Web.config - runAllManagedModulesForAllRequests = “true” killing windows authentication in IIS7
We have windows authentication set up on our staging server for our clients to help prevent google from indexing our staging URLs. We recently found out that one of our sites is seemingly ignoring ...
3
votes
2answers
162 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 ...
3
votes
3answers
5k views
ASP.NET MVC Windows Authentication Question
I've built a custom login system for my asp.net mvc 1.0 web application as I store large amounts of user data for each user (I decided against trying to add custom tables for the windows ...
3
votes
3answers
2k views
asp.net via kerberos integrated windows authentication to sql server
Please, can someone PLEASE give a simple, straight-forward way to enable ASP.NET > Kerberos > Sql Server?
We have clientMachine > webServer > databaseServer. The client is insistent that the site ...
3
votes
1answer
5k views
Missing windows authentication IIS component because of Windows Vista Home Premium edition… any fixes out there?
Apparently Windows Vista Home Basic and Premium both do not ship with integrated windows authentication for IIS (You need Business edition)... so does anyone know how to get windows authentication ...
3
votes
3answers
696 views
User.IsInRole fails when using VS 2008's debugging web server on Windows 7 using Windows Auth
When the following line is called when running a website from the VS2008's web server i get a "The trust relationship between this workstation and the primary domain failed." exception.
if ...
3
votes
3answers
4k views
ASP.Net site using Windows Authentication pops up “Authentication Required Window” a lot in Firefox
I have an ASP.Net application where I am using Windows authentication to deny access to some components via roles. When using IE, the site pops up the "Authentication Required" box once, allows the ...
3
votes
3answers
2k views
ASP.NET MVC Urls and IIS Integrated Windows Authentication
I have an ASP.NET MVC app which is completely behind Forms Authentication. However there is one set of routes (/report/%) I need to force integrated windows authentication on, as those pages need to ...
3
votes
2answers
1k views
Custom IPrincipal together with WindowsAuthentication
Is there any good way of combining ASP.NET Windows Authentication with a custom IPrincipal/IIdentity object? I need to store the user's email address and have done so for Forms Authentication using a ...
3
votes
3answers
3k views
Getting authenticate AD users objectGuid from asp.net
I am using windows authentication within an ASP.NET application. I am wondering how to best get the objectGuid from the currently logged in user?
Regards, Egil.
3
votes
5answers
1k views
Windows authentication problems using asp.net
I have an asp.net application that should access data from two SQL Servers. One of the SQL Servers is present on the same machine as IIS (let us call it SQLSERVER1) whereas the other SQL server is ...
2
votes
1answer
98 views
The User.Identity is lost under a load balance scenario for my ASP.NET website
I use Windows Authentication with a load balanced website. The load balance is based on two IIS web servers. There is a feature in my site which allow users to relogon like Sharepoint sign-in as ...
2
votes
1answer
189 views
Why is my MVC3 web page not sending Windows credentials to IIS Express?
I have been struggling with getting Windows Authentication to work with my MVC3 application in development (VS 2010 SP1), with no real luck so far. I am running XP on my dev machine (no money until ...
2
votes
1answer
545 views
ASP.NET Authentication Issues on IIS7 - User.Identity.Name is empty for Windows authentication
We have an ASP.NET application on ASP.NET 4.0 using MVC 3 which uses Windows authentication.
When run from Visual Studio 2010 everything works as expected but when rolled out to IIS7 the Windows ...
2
votes
2answers
95 views
Get the computer user name in a web application
I have a web application where forms authentication is used. The user names are the same that the ones used by the users in their computers, so they want the web app to be able to detect that user ...
2
votes
4answers
227 views
Is it possible to retrieve data from Active Directory by impersonating a Windows authenticated user in ASP.NET?
I've been trying to solve this problem all day, and I've read some conflicting information within the standard google message board answers.
What I'm trying to do is retrieve a domain user's (that ...
2
votes
1answer
289 views
Making Windows Authentication and WKHTMLToPDF play nice
I'm faced with the task of generating a PDF from an HTML page on an ASP.NET website. (Something the users can save away/print nicely)
I've found that WKHTMLToPDF does the job very well having looked ...
2
votes
1answer
553 views
Using Windows Authentication with ASP.NET MVC
I am sure this is a basic answer, but my search powers are not helping me today. I have an ASP.NET MVC 2 (.NET 3.5) application. It is hosted on IIS 6.
For the sake of this question I have two ...
2
votes
2answers
274 views
Where does WWW-Authenticate header get added when using WindowsAuthenticationModule
If I set Windows Authentication to true in IIS7 and set Anonymous Authentication to false, I will get a WWW-Authenticate header. I assume this is the cue to the browser to popup the authentication ...
2
votes
1answer
265 views
ASP.NET Unable to use custom Window group as a Role
I want to use a local group to restrict access to an ASP.NET web application to local users.
I've created a Windows group (TestLocalGroup) and Windows user accounts and assigned them all to the new ...
2
votes
2answers
719 views
Get the username in Forms authentication
I'm using Forms authentication.
In Windows Authentication for get the user name of the PC i use: User.Identity.Name
I need this information also in Forms authentication but User.Identity.Name ...
2
votes
2answers
1k views
getting Service Unavailable error when browsing IIS website
I have a website in IIS 6.0 using an application pool with a custom service account. when I browse the website, I get an error "service unavailable" and the error in event log says "The identity of ...
2
votes
4answers
1k views
authentication issue with an intranet website running under IIS6
I have an an intranet website running under IIS6 (under a specific port, not the default one) with a integrated windows authentication enabled and uses an application pool configured with a service ...
2
votes
1answer
238 views
Force to Windows Authenticate programatically
I have a single sign-on widget that authenticates people against our AD. We also have employee kiosks, machines accessed with a generic user account. That generic user account cannot be used as part ...
2
votes
3answers
797 views
How would an HttpModule for Custom Authentication interact with Windows Authentication?
I am trying to create a custom HttpModule which controls which users can view a site.
I am trying to leverage Windows Authentication to do this.
On an individual page, I would probably do something ...