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 iis 8?
What is net start command?
How do I install and configure iis?
Where are the IIS log files stored?
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 ? Plz. Reply me
3 Answers ABC, AIMS, CSC, HCL, IBM,
How a web service is exposed to outside world ?
What is the name of the user who connects to the web site anonymously?
What are the events happening in IIS when a page is posted back to the server.
Where is iis manager located?
Define the different security settings available in iis?
How can we retrive our data after if we format the harddisk?
How do I run iis on windows 7?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)