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


Please Help Members By Posting Answers For Below Questions

how we can change a PSD file in a clipart to use in word or power point ?

1770


What are the iis isolation levels?

597


Where is appcmd?

565


How do I check iis version?

576


Is iis more secure than apache?

555






Explain how to create web garden?

572


How do I enable iis logging in event viewer?

589


Why do we need iis?

575


What is iis officer?

630


How can I host my website for free?

595


How do you reset iis?

600


What is event trace sessions?

582


What is the name of default application pool in iis?

537


What is iis manager?

577


What is application host?

571