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

What is iis server and how it works?

475


What is iis and why it is used?

472


What is the service name for iis?

496


How do I run iis express?

561


What is the shortcut to open iis manager?

555






What is apache and iis?

508


How to install our web application in iis web server?

456


What is appdomain in iis?

507


How do I know if iis is running on my browser?

473


What is the use of creating virtual directory in iis?

469


Is iis open source?

545


How do I install iis on windows?

578


computer hardware used and its function

3149


How do I reset iis in windows 10?

506


Which version of iis do I have?

494