Identity, Access and Security Flashcards
What is Microsoft Entra and Microsoft Entra ID?
- web version of Microsoft Active Directory
- Identity management system
What was Microsoft Entra called before?
Azure Active Directory
How do Active Directory and Microsoft Entra compare?
- lot of similiarities but not direct replacements of each other
- Active directory is designed to be run on a server and controls lots of different objects
- Microsoft Entra is cloud focused, still handles identity but it not a replacement
- Active directory procotols do not work over the internet
How do you work with Entra?
- you can use Entra APIs to integrate it into your application code and handle authentication and authorization
Describe the Entra ID Model?
- Client App -> redirects user to identity provider, log in directly there,
- Identity Provider -> identity provider provides token back to say yes
- Server/Web Server -> receives token from Client app for identification and can check in with identity provider to see if token is valid
What are the benefits of using Entra as your identity /authentication manager?
- security: Microsoft is world leader with Active Directory, multiple options to handle authentication needs
- reduced development time + easier support: microsoft offers own support for Entra, and integration is only a few lines of code
- additional features are available: AI can be used to check login patterns and recognize login-threats; conditional access; audit features
- centralized administration
- Single sign-on, tie in with on-premise Active directory
- Integrates with other Azure Services
What is Authentication?
- user proving who they say they are
- usually via user id and pw
What is Authorization?
- assumes you are who you say you are
- is to ensure that a user is permitted to perform an action
What is the Entra function : Conditional Access and what does it consider?
- not all attempts to log into a system are equally safe
- attempts to rank certain attributes across a spectrum as being normal and routine to being highly suspicious and unexpected
- additional steps for verification should be taken at the higher end
- you can configure how risky a login you allow
What signals does Conditional Access of Entra ID use?
- User and location
- device (brand new, personal, company, …)
- application to login-to
- real-time risk
What are the steps of Conditional Access of Entra Id?
- Signals to consider
- Verification of every access attempts
- Access to Apps and data
What options exist in Conditional Access in Entra Id to verify every access attempt?
- Allow Access
- Require MFA
- Block access
What are Factos in Multi-Factor Authentication?
- Something you know
- Something you have
- Something you are
What are examples for the factors in MFA?
- Know: Password
- Have: Smartphone (SMS, authentication app)
- Are: Fingerprint, Face scan, fingerprint
Describe the “Passwordless” alternative to MFA
- using gestures to login, like swiping a symbol
- using a pin or biometrics recognition (Iris, face, fingerprint)
- ## all the data is kept on the device