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

What is session object? Describe in detail.

0 Answers  


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


Explain client side state management system.

0 Answers  


What are directives in asp.net?

0 Answers  


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,






Explain cookies with example.

0 Answers  


Is post back in asp.net?

0 Answers  


Diff between web user control and web custom control?

0 Answers  


What's the use of response.output.write()?

0 Answers  


What is state management in asp.net with example?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


Which class provides methods that can be used to manage role membership to be used in user authorization?

3 Answers   Wipro,


Categories