Role

From MgmtWiki
Jump to: navigation, search

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