How does authentication process work?

The process is fairly simple; users input their credentials on the website’s login form . That information is then sent to the authentication server where the information is compared with all the user credentials on file. When a match is found, the system will authenticate users and grant them access to their accounts.

Read more

How does .NET authorization work?

Authorization refers to the process that determines what a user is able to do . For example, an administrative user is allowed to create a document library, add documents, edit documents, and delete them. A non-administrative user working with the library is only authorized to read the documents.

Read more