What do you mean by Authentication and Authorization in Asp.Net?
Authentication in Asp.Net
(2 posts) (2 voices)-
Posted 1 year ago #
-
Authentication is the process of validating a user on the credentials (username and password) and authorization performs after authentication. After Authentication a user will be verified for performing the various tasks, It access is limited it is known as authorization.
Posted 1 year ago #
Reply
You must log in to post.