Section 17 - Identity and Access Management Flashcards
What are few ways to protect passwords?
- Password Managers
- Passkeys
etc
Few ways for going password-less -
- Magic link - gives access through the link
- OTP
- Biometric autentication
- Hardware token
What are Spraying attacks on passwords?
It is an attack in which an attacker might have one or a small number of known passwords and it will try this password or a small set of passwords against a large number of usernames/emails to gain unauthorized access.
What is LDAP?
LDAP stands for Light Weight Directory Access Protocol.
It is a protocol with which we can query Active Directory and can use this protocol to create, and manage the Active directory directory database.
We can also use this protocol for authentication and authorization, and can implement SSO with it.
What is OAuth?
Oauth stands for open authorization in which we give authorization to a third party to share our information like name, email, profile picture etc.
What is PAM (Privilege Access Management)?
It refers to policies, procedures and controls that are used to prevent malicious abuse of privilege accounts.
It consist of 3 principles -
1. Just-in-time permissions
2. Password vaulting - like cyberarc
3. Temporal accounts