Sunday, August 12, 2018

Authorization In Razor Pages ASP.NET Core

The Authorization is process that determines what a user is able to do this. For example Admin user is allowed to install / remove software from computer and non-Admin user can able to use the software from computer. It is independent and orthogonal from the Authentication. However, Authorization required an Authentication mechanism. For application first step is always Authentication and then Authorization.

source https://www.c-sharpcorner.com/article/authorization-in-razor-pages-asp-net-core/

No comments:

Post a Comment