Authentication and Authorization

Answers were Sorted based on User's Feedback



Authentication and Authorization..

Answer / imtiyaz chanderki

Authentication & authorization:
Authentication is the process of identification and
validation of a user's credentials.
After the identity is authenticated, a process called
authorization determines whether
that identity has access to a particular resource.

Is This Answer Correct ?    15 Yes 0 No

Authentication and Authorization..

Answer / alb.shah

authentication is to verify that indentity has right to
access or not

mechanisums are
1.windows
for windows authentication we need iis because iis provid
windows authentication.
2.passport
in that authentication check using microsoft passport
service.
3.form
in that authentication is based on session cokkies.if that
is not available then page is redirected.

Authorization is the process to validate a user based on
cridential

Is This Answer Correct ?    16 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Explain the code Access Security (CAS) in .net Framework?

0 Answers  


Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?

4 Answers   Wipro,


is it possible to persiste customize object in view state? how it is?

2 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?

2 Answers   HCL, Siebel,






When Garbage Collector will run and how its identifing whether the Object is used or Not.?

2 Answers   Verizon,


What is a 401 redirect?

0 Answers  


what is session,cokkies in asp.net??

5 Answers  


What base class do all Web Forms inherit from?

1 Answers  


Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0

1 Answers   InfoSpace,


What is the use of sessionstate tag in the web.config file?

2 Answers  


What is difference between session and application in asp net?

0 Answers  


Categories