Authorization


Topic history | v1 (current) | created by jjones

Details

Authorization

| created by jjones | Add resource "Part 1: A better way to handle authorization in ASP.NET Core – The Reformed Programmer"
Title
Authorization
Description
Authorization is the function of specifying access rights/privileges to resources, which is related to general information security and computer security, and to access control in particular. More formally, "to authorize" is to define an access policy. For example, human resources staff are normally authorized to access employee records and this policy is often formalized as access control rules in a computer system. During operation, the system uses the access control rules to decide whether access requests from (authenticated) consumers shall be approved (granted) or disapproved (rejected). Resources include individual files or an item's data, computer programs, computer devices and functionality provided by computer applications. Examples of consumers are computer users, computer software and other hardware on the computer.
Link
https://en.wikipedia.org/?curid=151617

resources

This topic has no history of related resources.

authors

This topic has no history of related authors.