Chapter 5: Identity Flashcards

1
Q

What are the 3 components of Azure AD Identity?

A

Principal - unauthenticated entity that seeks authentication
Identity - identity profile that is authenticated using credentials
Authorization - actions that are permitted for an identity to perform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Azure AD tenant?

A

A reserved Azure AD instance.
An individual tenant must be part of a single geography
You can have different tenants span different geographies.
Every tenant gets its own domain name - @microsoft.com
Organization = Tenant = Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who are the ‘people’ in a tenant? What do they do?

A

Identity and access management resources
They perform actions on the resources within the subscriptions associated with an Azure AD tenant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the relationship of a tenant to a subscription?

A

A subscription can be associated with only a single Azure AD tenant at a time.
One tenant can be associated with multiple subscriptions at the same time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the features of Azure AD?

A

IAM Platform - i identity and access management
Identify Security - multi-factor auth, conditional access policies PIM (assume higher level of privileges for a point in time)
Collaboration & Development - B2B and B2C collaboration
Monitoring - audit logging, security monitoring, identity protection, risk management
Identity integration - SSO, Azure AD Connect, Azure AD Domain Services
Enterprise Access - control access to applications and devices in the cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between Azure AD and AD?

A

Azure AD
Uses SAML, OAuth, WS-Federation
Global service
Cloud-based solution
Flat directory structure

AD
Uses Kerberos, LDAP, NTML
Hierarchical
On-premises

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the steps for designing a Tenant?

A

Build security foundations - MFA, privileged users, etc.
Populate identity resources - add users, create groups, add devices, setup hybrid identity.
Manage Apps - identify apps to be used from the app gallery, and register apps from on prem.
Monitor and Automate - perform access reviews, automate user lifecycles, monitor admins.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the types of users in Azure AD?

A

Admins - native users with admin role assigned
Members - regular users native to Azure AD
Guest Members - external users invited to Azure AD tenant
All have a set of default permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the four main methods of creating and managing users?

A

Create/add users via Azure AD
Bulk add users - using CSV file or bulk add in Azure AD
Update user properties
Invite a guest account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 steps to creating and managing users?

A

Create your type of user
Define role assignment - permissions and access
Define object ownership - apps, devices, groups, resources that are owned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are user groups?

A

User groups have similar permissions, licenses, role assignments, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the role of the group owner?

A

Owners manage the group itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 2 major group types?

A

Security groups, Microsoft 365 groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a security group?

A

Used to manage access to shared resources for a group of users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a 365 group?

A

Shared access to give members access to shared mailbox, calendar, files, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the 3 Azure AD Membership Types?

A

Assigned, dynamic user, dynamic device

17
Q

What is an assigned membership type?

A

Users specifically selected to be members of a group

18
Q

What is a dynamic user?

A

Automated rule-based versus- ex. Assign a user based on a department name

19
Q

What is a dynamic device?

A

Automated rules for membership assignment via device attributes.

20
Q

What are user admins?

A

Admins are members of Azure AD tenants with admin privileges

21
Q

What are administrative units?

A

Help set scope of admins to specific user groups so admins don’t have full scope in a tenant.

22
Q

What are examples of practical administrative unit use cases?

A

Business department
Geographical location
Parent or subsidiary organization

23
Q

What is the purpose of SSPR?

A

Allow users the capability to reset a password on their own rather than requesting from the admin
Decreased admin overhead
Increased user productivity

24
Q

What are the 5 major steps of SSPR?

A

Localization
Verification
Authentification
Password Reset
Nortification

25
Q

What are some authentication methods?

A

Mobile app
Mobile app code
Email
Mobile phone

26
Q

What are the 3 mthoeds of registering a device in Azure AD?

A

Registered
Joned
Hybrid Joined

27
Q

What is Azure AD Registered?

A

bring your own device, least resterictive. Exists inside an Azure AD Tenant.

28
Q

What is Azure AD Joined?

A

Deviced is owned by the organization and access Azure AD through a work account. Exist inside Azure AD tenant.