Security process

The Security Groups application uses a two-step security process that consists of authentication and authorization.

Authentication is the process of validating the identity of a user. There are different authentication methods that share a common trait: authentication is always provided by a user ID and password. After a user is authenticated, authorization lets that user access various resources based on identity.

Authorization determines which modules and applications a user can access, which actions a user can perform, and which data a user can view, change, and delete. Authorization is provided by membership in one or more security groups.