Gives a user the ability to access certain dedicated resources. The Access Management is mainly a security related topic even though it may have a large impact on productivity or corporate identity by the way of its implementation.
Access Management is divided in the following two major parts:
Authentication
Authorization
The authorization assumes to know the user already because of the previous authentication. Authorization checks the rights for specific accesses according to the available user information. In classical environments, rights often correspond to so-called group or role memberships but session specific attributes like the physical location may have an impact as well. Authorization is often realized over several layers and especially complex target applications will authorize its users by its own after the Access Management has done a pre validation.