What are different authentication types. How do you retreive
user id in case of windows authentication.
Answer Posted / jignesh pandya
Different Type of Authentications are
Anonymous Authentication ( IUSR_COMPUTERNAME)
Windows Integrated Authentication ( It uses NTLM or
Kerberose, AuthType in IIS metabase)
Basic Authentication – ( Clear Text )
Digest Authentication
Advance Digest Authentication
Windows Form based authentication (using database at the
blackened)
IIS 6 includes. Passport Authentication.
I believe Radius Authentication is one which can be
included..! Authentication with Internet Authentication
service IAS.
How do you retrive UserID in case of Windows Authentication?
HTTP header has the property Auth_Type = The authentication
method that the server uses to validate users ( NTLM or
Kerberos if Windows Intergrated Authenticaiton is used)
AUTH_USER = Returns the raw authenticated user name
Create a ASP page on webserver and drop the following lines
to see the auth user..!
:)
<%
for each x in Request.ServerVariables
response.write(x & "<br />")
next
%>
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
For the document of size 1 mb, what size would you expect the index to be with indexing service?
Define the different security settings available in iis?
How do I check iis version?
Can windows server 2003 function as a bridge?
What is windows process activation service?
How do I open iis manager?
What is the use of iis logs?
IIS Performance tuning
What is the difference between app pool and app domain in iis?
What services does iisreset restart?
What is the proporties of application pool in iis?
How do I completely uninstall iis?
Is iis open source?
What is etw iis?
How do I check the version of iis?