Azure Identity, Authentication, and Authorization Flashcards

(27 cards)

1
Q

What is the difference between identity, authentication, and authorization in the context of Azure?

A

Identity is the unique identifier for a digital object (user, application, etc.). Authentication proves that identity is genuine. Authorization defines the specific permissions an identity has.

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

What service in Azure provides identity, authentication, and authorization features?

A

Microsoft Entra ID (formerly Azure AD) is the service in Azure that provides identity, authentication, and authorization.

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

Explain the relationship between an Azure account, an Azure tenant, and Microsoft Entra ID.

A

Every Azure account has the Entra ID service. An Azure tenant is a dedicated instance of Entra ID that represents an organization in Azure.

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

What is the core principle behind Zero Trust?

A

The core principle of Zero Trust is that all users are assumed untrustworthy unless proven otherwise, regardless of their location.

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

Describe the purpose of Multi-Factor Authentication (MFA) and its components.

A

MFA provides layered security for user identity by requiring at least two components of something you know, something you have, or something you are.

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

How do Conditional Access rules enhance security in Azure?

A

Conditional Access rules are if/then statements that permit or deny access based on specific conditions being met, providing an additional layer of security.

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

What is the benefit of using passwordless authentication?

A

Passwordless authentication increases convenience while maintaining security by replacing passwords with alternative, more user-friendly authentication methods.

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

Explain the difference between business-to-business and business-to-customer external guest access in Entra ID.

A

Business-to-business access provides a federated level of trust between two different tenants, while business-to-customer access improves integration with customer systems, like applications.

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

What is the primary purpose of Azure Active Directory Domain Services?

A

Azure Active Directory Domain Services provides legacy Active Directory features inside of Azure as a managed service, often used for migrating or integrating older applications.

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

How does Role-Based Access Control (RBAC) help manage access to Azure resources?

A

RBAC controls access to Azure resources and services based on the role assigned to an identity, ensuring least privilege by granting only necessary permissions.

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

What is Identity?

A

A unique identifier for any digital object, such as a user, computer, or application.

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

What is Authentication?

A

The process of verifying an identity and proving it is genuine.

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

What is Authorization?

A

The process of granting specific permissions to an authenticated identity, determining what actions it can perform.

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

What is Microsoft Entra ID?

A

The Azure service that provides identity, authentication, and authorization capabilities. Formerly known as Azure Active Directory (Azure AD).

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

What is a Tenant?

A

A dedicated instance of Microsoft Entra ID representing an organization in Azure.

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

What is a Subscription?

A

A billing entity in Azure that resources belong to.

17
Q

What is Zero Trust?

A

A security principle and framework assuming all users are untrustworthy unless proven otherwise, emphasizing identity validation and least privilege access.

18
Q

What is Multi-Factor Authentication (MFA)?

A

A security method requiring users to provide at least two different factors (something they know, something they have, or something they are) to verify their identity.

19
Q

What is Conditional Access?

A

An Azure feature that provides an additional layer of security by enforcing policies (if/then statements) based on conditions related to the user, device, location, or application.

20
Q

What is Passwordless Authentication?

A

Authentication methods that replace traditional passwords with alternative, more convenient, yet still secure methods.

21
Q

What is External Guest Access?

A

Enabling secure access to organizational resources for users outside of the organization’s primary tenant.

22
Q

What is Business-to-Business (B2B)?

A

External guest access scenario providing a federated level of trust between different Entra ID tenants.

23
Q

What is Business-to-Customer (B2C)?

A

External guest access scenario allowing for improved integration with customer systems or applications.

24
Q

What is Azure Active Directory Domain Services (Azure AD DS)?

A

A managed service in Azure providing legacy Active Directory features for compatibility with older applications.

25
What is Role-Based Access Control (RBAC)?
A system for managing access to resources by assigning roles to users, devices, or applications, granting specific permissions based on that role.
26
What is Least Privilege?
A security principle where users are granted only the minimum permissions necessary to perform their job functions.
27
What is Defense in Depth?
A security strategy that employs multiple layers of security controls to protect assets, ensuring that if one layer is breached, others remain to provide protection.