Identity Flashcards

1
Q

Azure AD Definition

A

Azure AD is Microsoft’s multi-tenant cloud-based directory and identity management service.

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

Azure AD Benefits and Features (6)

A
  • SSO to any cloud or on-premises web app
    • SSO includes M365, thousands of SaaS apps like Salesforce, DocuSign, Box, ServiceNow, etc.
  • Work with iOS, macOS, Android, and Windows devices
    • Just use your same credentials on all of these devices, incl. apps on them.
  • Protect on-prem web applications with secure remote access.
    • Access on-prem web apps from anywhere and protect with MFA, CA policies, and group-based access management.
  • Easily extend AD to the cloud
    • Connect AD on-premises (AAD Connect) to have a consistent set of users, groups, passwords, and devices across both environments.
  • Protect sensitive data and applications
    • App access security protection capabilities. View suspicious sign-in activities and potential vulnerabilities - advanced security reports, notifications, remediation recommendations, risk-based policies.
  • Reduce costs and enhance security with self-service capabilities
    • SSPR - can reduce helpdesk calls and enhance security.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure AD Concepts (5)

A
  • Identity - Object that can be authenticated.
  • Account - An identity that has data associated with it.
  • Azure AD Account - An identity created through Azure AD or another MSFT cloud service, e.g., M365. This account is also sometimes called a Work or school account.
  • Azure Subscription - Used to pay for Azure cloud services. Can have many, and they are linked to a credit card.
  • Azure tenant/directory - A dedicated and trusted instance of Azure AD, a tenant is automatically created when your org signs up for a MSFT cloud service subscription. Terms Tenant/Directory are often used interchangeably
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Active Directory Domain Services (ADDS) vs Azure AD

A

Important Note: AD DS is only one component of the Windows Active Directory suite, which also includes: AD CS, AD LDS, AD FS, and AD RMS. Azure AD is different than deploying an AD domain controller on an Azure VM and adding it to your on-premises domain.

  • AD DS
    • Traditional deployment of Win Server-based AD on a physical or virtual server
    • Communication Protocol based on Kerberos for authentication
    • Has OU and GPO - non-flat structure, like AAD.
    • You manage the deployment, configuration, VMS, patching, and other backend tasks
  • Azure AD
    • It is an identity solution designated for internet-based apps; uses HTTP/S communications
    • REST API Querying - since HTTP/S-based, cannot be queried by LDAP.
    • Communication Protocols - it uses HTTP/S protocols such as SAML, WS-Federation, and OpenID Connect for authentication (and OAuth for authorization).
    • Includes Federation Services and many 3rd party services e.g., FB.
    • Has a flat structure - users and groups are created in a flat structure, no Org Units (OU) or GPOs
    • Is a managed service, you only manage the users, groups, and polici
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Azure AD Editions

A
  • Azure AD Free
    • SSO, Core Identity and Access Management, B2B Collaboration
  • Azure AD Microsoft 365 Apps
    • IAM for M365 apps
  • Azure AD Premium P1
    • Premium Features, Hybrid Identities, Adv. Group Access Management, Conditional Access
  • Azure AD Premium P2
    • Identity Protection, Identity Governance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure AD Join Definition

A

AAD Join is designed to provide access to organizational apps and resources and to simplify Windows deployments of work-owned devices. Benefits of AAD Join

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

Azure AD Join Benefits (6)

A
  • Single Sign On
  • Enterprise compliant roaming of user settings across joined devices. Users don’t need to connect to a Microsoft account (e.g., Hotmail) to observe settings across devices.
  • Access to MSFT Store for Business - users can access apps pre-selected by their org.
  • Windows Hello - for secure and convenient access
  • Restriction of access to apps from devices that do not meet compliance policies.
  • Seamless access to on-premise resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Azure AD Device Connection Options (3)

A

NOTE: Registration combines with MDM solution, like Intune, provides additional deice attributes in Azure AD. You can create conditional access rules that enforce access from devices to meet your standards for security and compliance.

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

Self-Service Password Reset (SSPR) Definition

A

Gives the users the ability to bypass the helpdesk and reset their own passwords.

Note: Azure Administrators can always reset their passwords no matter what options are configured.

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

Azure AD Type of Users

A
  • Cloud identities
    • Users exist only in Azure AD. Can be in Azure AD or an external Azure AD - when removed from primary directory, they are deleted.
  • Directory-synchronized identities
    • Users exist in an on-premises AD. Synchronization occurs via Azure AD Connect and brings these users into Azure. The source is WS AD.
  • Guest Users
    • User exists outside Azure. E.g., accounts from other cloud providers and Microsoft accounts, like XBox LIVE account. Useful when external vendors or contractors need access to your Azure resources. Once their help is not needed, you can remove their account and access.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure AD Group Account Types (2)

A
  • Security groups
    • Used to manage member and computer access to shared resources for a group of users. E.g., create sec group for sec policy - give permissions to a set of individuals.
    • Requires Azure AD administrator role.
  • M365 groups
    • Provide Collab opportunities by giving members access to a shared mailbox, calendar, files, SharePoint site, and more.
    • You can give access to people outside your organization.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ways to Add Members to Azure AD Groups (3)

A
  • Assigned -
    • Let’s you add specific users to be members of group and have unique permissions.
  • Dynamic User -
    • Let’s you use dynamic membership rules to automatically add and remove members. When a member’s attributes change, Azure reviews the dynamic group rules for the directory. E.g., job title changes.
  • Dynamic Device (Security Groups only)
    • Lets you use dynamic group rules to automatically add and remove devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly