Manage Identities Flashcards
what is authentication and how do you do it? [2.1]
the “who” is trying to access, by presenting credentials, identity verification process, you’re the owner of the identity
who can authenticate? [2.1]
person, an application, device, script or service
what is IdP? [2.1]
identity provider, IdP is a system that verifies a user’s identity during the authentication process, service that stores, manages, and verifies identities. secures access to resources for users, services, apps and scripts
what is authorization? [2.1]
process of determining what you can you can access and what you can do with that access, and either granting or denying that access, the “what” you’re trying to access
what is authn and authz sometimes referred to? [2.1]
Identity and Access Management or IAM
mention some open source industry standard protocols for authn? [2.1]
SAML (security assertion markup language); commonly used with federation and enterprise authenticationand OpenID Connect; modern cloud native authn mechanism that both web.based and mobile applications can use to request authn info
mention some open source industry standard protocols for authz? [2.1]
OAuth (Open Authorization); can be used to authorize access to resources without the user needing to authenticate and provide credentials
what does a system provide once a user is authenticated? [2.1]
the system provides an authentication token
what is OAuth in depth? [2.1]
protocol (set of rules or standards that govern how systems communicate to authorize access to resources). instead of giving each app/service your credentials, you provide it to a service you trust (i.e google) , and that service then gives a token (a kind of digital permission slip) to the apps.these apps can then use the token to acess the resources they need without seeing/storing your credentials. (with OAuth you can see and revoke any access for any app that’s using OAuth to access your resources.
what is Microsoft Entra ID? [2.2]
cloud-based idenitty and access management service that provides single sign-on (SSO), identity management and authorization for cloud-based apps like MS365 and the Azure portal. both a IdP and a SP (service provider)
what is an Entra tenant? [2.2]
security and management boundary for identities, storing information about users, groups, devices and applications for a single org. includes organizational objects such as users, groups and devices but also application registrations for apps that you’re developing or enterprise apps that are secured by Entra.
what is a usage point of Microsoft Identity Platform? [2.2]
allow users to bring their own identity, incl. personal MS accounts, Google and Facebook accounts, etc.
what is the difference between a tenant and a directory?
tenant is a dedicated and isolated instance of the Entra ID service that an org receives when it signs up for a MS cloud service such as Azure, MS 365, Dynamics 365 (associated with a unique tenant ID). directory is a container for objects such as users, groups, and applications and is used to manage access to resources in azure. each tenant has one directory.
what is Microsoft Entra Domain services? [2.2]
service that provides identity and access management for private enterprise networks, typically deployed on Windows servers (physical or virtual machines) as domain controllers (once you deploy Entra Domain Services to a windows server, they are referred to as domain controllers). EDS manage domain controllers for you.
which authn/authz protocols do Entra Domain Services use? [2.2]
Lightweight Directory Access protocol (LDAP), Kerberos and [legacy] NT Land Manager (NTLM)
Key features of P1? [2.2]
identity protection, access reviews, just-in-time access (JIT)
Key features of P1? [2.2]
app proxy, dynamic groups, password writeback, conditional access, password protection
what is a security principal? [2.3]
identity that’s stored by an IdP, representing a user, group, service, device, or application requesting access to resources secured by the identity provider
what’s the two most common types of security principals? [2.3]
user principals and service principals
what do user principles represent in MS Entra? [2.3]
users/people who access resources secured by MS Entra ID (can be cloud-only users or be synced from Entra Domain Services - directory-synced users)
what are service principles in MS Entra ID used for? [2.3]
applications, services, background services that need to run without user input, that requires access to resources secured by Entra ID. also known as managed identity
what are the four common operations you can perform on user accounts in Entra ID? [2.4]
create, read, update and delete (crud)
what roles are required to manage Entra ID users? [2.4]
the user administrator role or a more privileged role like global admin
what’s verified ID? [2.2]
bring their own digital identities