What are different authentication types. How do you retreive
user id in case of windows authentication.

Answers were Sorted based on User's Feedback



What are different authentication types. How do you retreive user id in case of windows authenticat..

Answer / 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

What are different authentication types. How do you retreive user id in case of windows authenticat..

Answer / karthik

Windows integrated authentication
Anonymous authentication

We can get the userid from user identity

Is This Answer Correct ?    5 Yes 1 No

What are different authentication types. How do you retreive user id in case of windows authenticat..

Answer / ram

1.Window
2. Forms
3. Passport

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More IIS Interview Questions

What happens when a reference to web service is added ?

2 Answers   Digital GlobalSoft, HCL,


What version is iis?

1 Answers  


What is iis on windows 10?

1 Answers  


What is the role of http.sys in iis?

1 Answers  


IIS Frontpage extenstions?

1 Answers   TCS,


How do I completely uninstall iis?

1 Answers  


What are different authentication types. How do you retreive user id in case of windows authentication.

3 Answers   Microsoft,


What is iis and how do you use it?

1 Answers  


How do I run iisreset as administrator?

1 Answers  


How do I block port 80 in windows?

1 Answers  


What is the main function of iis?

1 Answers  


What are the different iis authentication modes in iis 5.0 and explain? Difference between basic and digest authentication modes?

1 Answers  


Categories