What is authentication in asp.net?



What is authentication in asp.net?..

Answer / Shekhar Kumar

"Authentication in ASP.NET is the process of identifying a user by validating their identity. It verifies that a user is who they claim to be, typically by requesting credentials such as a username and password. Once authenticated, the user's identity can be associated with a session or ticket for future requests. ASP.NET provides various mechanisms for authentication, including Windows Authentication, Forms Authentication, and Open Authentication (OAuth and OWIN)."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are server objects?

1 Answers  


Can we throw exception from catch block ?

4 Answers   Accenture, BirlaSoft,


What is WCF

4 Answers  


How to display Alert in ASP.NET

1 Answers   HCL,


What is inproc and outproc?

1 Answers  


Where is asp.net session stored?

1 Answers  


How can we identify that the page is post back in asp net?

1 Answers  


What type of code (server or client) is found in a Code- Behind class?

2 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

1 Answers  


How many types of sessions in asp.net?

1 Answers   MaxSolPro,


What is a url string?

1 Answers  


Explain why datareader is useful?

1 Answers  


Categories