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
In iis version 6.0 through application pool we can provide different -2 applications for the client.
What does iisreset noforce do?
Where is asp cache located on iis 6.0?
How do I turn off iis?
How do I create a iis application?
How do I get to iis?
Is microsoft iis free?
what type of information system do this company use?
In iis version 6.0 through application pool we can provide different -2 applications for the client. Is it right? If yes then how to provide the application to the client and what kind of application it can be?
IIS Core functionality?
What is iis used for?
How do I open iis in windows 10?
What does internet information server (iis) assume to be the default language for active server pages?
roles of information system in a business organization?
How do I add a project to iis?