What are different authentication types. How do you retreive
user id in case of windows authentication.
Answers were Sorted based on User's Feedback
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 |
Answer / karthik
Windows integrated authentication
Anonymous authentication
We can get the userid from user identity
Is This Answer Correct ? | 5 Yes | 1 No |
What is normalization? Explain normalization types.
2 Answers Lehman Brothers, SKS Microfinance,
how many web.config files are there in 1 project.we can overwrite the web.config files
23 Answers ACS, IBM, PCS,
What is iis 8?
What is etw iis?
What are the tools used for editing in iis?
What is the service name for iis?
What is app pool and app domain? What is the difference between the two in iis?
How do you consume a web service ?
1 Answers Digital GlobalSoft, IBM, Karvy,
Exp the different types of identity available in iis 6.0?
How do I check iis logs?
How do I install iis on windows?
IIS Migration ?