VB Dot Net Developer Question:

Can you please explain the difference between Authentication and Authorization?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Authentication is the process of obtaining credentials from the users and verifying the user's identity. Authorization is the process of giving access to the authenticated resources. Authentication leads to Authorization.


Previous QuestionNext Question
Explain TRACE in VB.Net?List the types of Authentication?