Describe Azure Identity, access and security Flashcards
1
Q
What is azure active directory? (AD)
A
- directory service that enables you to sign in and access both Microsoft cloud applications and cloud applications that you develop
- also helps maintain on-prem AD deployment
- microsofts cloud-based identity and access management service
- can detect sign-in attempts from unexpected locations or unknown devices
2
Q
who uses azure AD?
A
-IT admins
-App devs
-users
-online service subs
3
Q
what does azure AD do?
A
-authentication
-single sign-on
-app management
-device management
4
Q
What is Azure AD connect?
A
- synchronizes user identities between on-prem AD and Azure AD
- synchs changes between both systems so you can use single-in on, MFA and self-service password reset under both systems
5
Q
what is Azure AD Directory Domain Service (Azure AD DS)
A
- service that provides managed domain services such as domain join, group policy LDAP and NTLM authentication
- lets you use directory services without having to maintain infrastructure supporting it
- managed domain allows running legacy apps in cloud that cant use modern auth
6
Q
How does Azure AD DS work?
A
- when created you define a unique namespace, this is the domain name
- 2 windows server domain controllers are deployed into selected region
- you don’t need to manage or update the DCs, azure does it for you
7
Q
what is single sign-on (SSO)?
A
- enables users to sign in one time and use that credential to access multiple resources and apps from different providers
- the apps and providers must trust the initial authenticator
- only need to remember one ID and one password
- only as secure as the initial authenticator
8
Q
What is MFA?
A
- prompt user for extra form of ID during sign in
- protects against password compromise
- can be asked for something user knows (security q), something they have (phone code) or something they are (fingerprint)
- Azure AD MFA allows user to choose additional form of auth during sign in
9
Q
what is passwordless auth?
A
- most convenient security measure
- asked for something you have plus something you are or something you know
- Azure AD has 3 forms, windows hello, authenticator app and FIDO2 Sec keys
10
Q
what is windows hello
A
- biometric and PIN are directly tied to user’s PC
- once PC is registered they can log in using PIN
11
Q
what is auth app?
A
- MFA option and passwordless option
- sign into any platform by getting phone notification to match a number on the screen to the one on the phone and then use biometrics/pin to confirm
12
Q
what is FIDO2 security keys?
A
- unphishable standards-based passwordless auth method that can come in any form factor
- allows orgs to leverage standard to sign-in to their resources without password by using external sec key
- users register, select a key at the sign-in interface and go
- keys are usually USB devices but could be Bluetooth or NFC
13
Q
What is an external identity?
A
- a person, device or service that is outside of your org
14
Q
What is Azure External identities?
A
- refers to all the ways you can securely interface with users outside of org such as collaboration with partners, distributors, suppliers or vendors and
- external users can “bring own identities”
- e.g. social ID like facebook
- external users ID provider manages their ID and you manage access to your apps with Azure AD or AD B2C to keep resources protectedq
15
Q
what is B2B?
A
- business to business
- collaborate with external users by letting them use preferred ID to sign into Microsoft or other enterprise apps
- represented in the directory as guest users