Difference between revisions of "Role"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== A set of duties and permissions that one person (or group of people) can inhabit as a result of who they are or what credentials they have presented. ==...")
 
(Context)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
A set of duties and permissions that one person (or group of people) can inhabit as a result of who they are or what credentials they have presented.
 
A set of duties and permissions that one person (or group of people) can inhabit as a result of who they are or what credentials they have presented.
 
==Context==
 
==Context==
In [[Identity Management]] a [[Subject]] will [[Authentication|Authenticate]] to a system, be assigned a [[Principal]] [[Identifier]] and then present some credentials at or after [[Authentication]] that allow them the permissions associated with that [[Role]]. Those permissions will [[Authorization|Authorize access by the user processes with the [[Principal]] [[Identifier]] and [[Role]] to access resource on the computer that controls access to them.
+
In [[Identity Management]] a [[Subject]] will [[Authentication|Authenticate]] to a system, be assigned a [[Principal]] [[Identifier]] and then present some credentials at or after [[Authentication]] that allow them the permissions associated with that [[Role]]. Those permissions will [[Authorization|Authorize]] access by the user processes with the [[Principal]] [[Identifier]] and [[Role]] to access resource on the computer that controls access to them.
 +
 
 +
==Problem==
 +
Computer administrators had trouble with assigning permissions to each user that required them.
 +
==Solution==
 +
#Assign permissions to roles.
 +
#Assign roles to resources. Often one resource will have multiple roles, for example: Create, Read, Update, Delete (aka CRUD).
  
 
==References==
 
==References==

Latest revision as of 11:11, 12 March 2019

Full Title or Meme

A set of duties and permissions that one person (or group of people) can inhabit as a result of who they are or what credentials they have presented.

Context

In Identity Management a Subject will Authenticate to a system, be assigned a Principal Identifier and then present some credentials at or after Authentication that allow them the permissions associated with that Role. Those permissions will Authorize access by the user processes with the Principal Identifier and Role to access resource on the computer that controls access to them.

Problem

Computer administrators had trouble with assigning permissions to each user that required them.

Solution

  1. Assign permissions to roles.
  2. Assign roles to resources. Often one resource will have multiple roles, for example: Create, Read, Update, Delete (aka CRUD).

References