Ask a Question related to ASP.NET Security, Design and Development.
-
Jim Dennison #1
Determining the Integrated Windows Authentication type
I'd like to be able to determine whether Kerberos was used to
authenticate the user that is accessing an ASPX page protected by
Windows Integrated Authentication.
I've tried calling the 'WindowsIdentity.AuthenticationType' property
from within the page; the documentation for AuthenticationType claims
that 'Basic authentication, NTLM, Kerberos, and Passport are examples
of authentication types.';
see [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemsecurityprincipaliidentityclassauthenti cationtypetopic.asp[/url].
However, WindowsIdentity.AuthenticationType _always_ seems to return a
value of 'Negotiate', regardless of whether the client (browser box)
and web server are both in Win2K or Win2K3 domains, or a mixture, and
whether or not I am prompted by the browser for credentials, or passed
straight through.
Is this a limitation of the WindowsIdentity.AuthenticationType API
when used in an ASPX page, or more likely a configuration issue? If
the former, is there some other .NET API that can tell me what
underlying authentication system was used (e.g. Kerberos, NTLM)?
Any ideas gratefully received !
Jim
Jim Dennison Guest
-
Integrated Windows Authentication, ASP.NET and FoxPro
Hello, Since it is the first time I'm posting in these groups, I believe a (short) introduction of myself would not be a bad thing. I am... -
Intranet and Integrated Windows Authentication
Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation,... -
Integrated windows authentication and NetworkCredential
Hi, I have my asp.net webpage configured to use the integrated windows authentication in IIS. I need to use NetworkCredential object to get... -
.NET, Integrated Windows Authentication, and more
First of all, with identity impersonate = true, I still get this blasted error: Exception Details: System.Data.SqlClient.SqlException: Login failed... -
integrated Windows authentication
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC. I have an asp page (default.asp) I am trying to access as my hom page for...



Reply With Quote

