Introduction to IAM
Identity management (IdM) refers to the concept of managing the entire user identity life cycle, including provisioning (that is, account creation), access governance (that is, assigning permissions), authentication and authorization, monitoring and auditing, and, finally, account de-provisioning (that is, when a person leaves the organization, or the account is no longer in use).
Identity and access management (IAM) is made up of the following main concepts:
- Identity: This indicates a user, computer, service, or role that wishes to access a system or application and take actions (from accessing shared storage to querying a database and pulling information)
- Authentication: This is the process of proving that a specific identity (such as a user) is who they claim to be (for example, providing a username and password that match the user’s records on a central user repository)
- Authorization: This is the process of granting an authenticated...