IAM Flashcards
What does IAM stand for ?
Identity and Access Management ?
What is IAM
It determines who can do what, on which resources.
IAM Component - Who ?
Users are stored in Azure Active Directory (ADD), the who manages identities.
IAM Component - What ?
Azure uses Role-Based Access Controls (RBAC) to provide fine-grained access management to Azure resources.
IAM Component - Resources ?
This is the scope, what resources do the identities have access to.
What is Azure Active Directory ?
This is a cloud-based identity service.
What is a Security Principle ?
A Security principle is an identity.
What is Azure RBAC?
Access is controlled by roles, and roles are assigned to security principles/identity.
Roles are just a collection of permissions.
What is the scope ?
The set of resources that are available to an identity.
- Roles are granted to various levels of the resource hierarchy.
- Lower levels inherit roles from higher levels.
- This helps centralise management.
What are the hallmarks of Azure Active Directory?
- One per tenant (company)
- Provides Identity - “Who are you”
- Identity = Security Principle
- Manage end users (people) or applications.
- Email format (end users)
What can be an identity in Azure ?
- Users can be identities.
- Applications can be identities.
- Programmatic methods of access can be identities