What is Authentication and Authorization in MVC?

Forums ASP.NET MVCWhat is Authentication and Authorization in MVC?
Staff asked 3 years ago

What is Authentication and Authorization in MVC?

Answers (1)

Add Answer
Tabish Rangrej Marked As Accepted
Staff answered 3 years ago

Authentication is a process to validate a user’s identity. whether the user is registered or not to access particular data or web pages.

Authorization is a security mechanism that is used to find whether the user has access to a particular resource or not. The authorization will happen only after the authentication process.

Subscribe

Select Categories