4: Implement Identity and Access Management

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Each network user and host device must be identified with an account so that you can control their access to your organization's applications, data, and services.

Last updated 6:26 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is Authentication?

Proving a user is who or what they say they are.

2
New cards

What are the Multifactor Authentication Factors?

  • Something you have (ownership, card, key)

  • Something you are (biometric)

  • Somewhere you are (location-based)


3
New cards

What is a PIN?

Personal Identification Number

4
New cards

What is a password best practices policy?

Something that instructs users on choosing and maintaining passwords

5
New cards

What are the requirements for user-selected passwords?

  • Password Length

  • Password Complexity

  • Password Age

  • Password Reuse and History


6
New cards

What are the 3 main types of token generation?

  • Certificate-base Authentication

  • One-Time Password (OTP)

  • Fast Identity Online (FIDO) / Universal 2nd Factor (U2F)


7
New cards

What is a hard authentication token?

A token generated within a secure cryptoprocessor. This means there is no transmission of the token itself.

  • Smart cards

  • One-time Password (OTP)

  • Security key


8
New cards

What is a soft authentication token?

A one-time password generated by the identity provider and transmissted to the supplicant. (using Okta to sign into Mines)

9
New cards

What is passwordless authentication?

The whole authentication system no longer processes knowledge-based factors. (It is going off of who you are, not what you know)

10
New cards

What is Authorization?

What rights a user has on each resource and enforcing those rights

11
New cards

What is Discretionary Access Control (DAC)?

In DAC, every resource has a owner. The owner creates a file or service although ownership can be assigned to another user. The owner has full control over the resource and they can modify its ACL to grant rights to others.

12
New cards

What is Mandatory Access Control (MAC)?

In MAC, access is based on security clearance levels. Rather than defining ACLs on resources, each object (system) is given a classification label and each subject (person) a granted clearance level.

13
New cards

What is Role-Based Access Control (RBAC)?

An organization defines its permission requirements in terms of the tasks that an employee or service must be able to perform. Each set of permissions is a role

14
New cards

What is Attribute-Based Access Control?

An ABAC system makes access decisions based on a combination of subject and object attributes. This is the most fine-grained access control model.

15
New cards

What is the concept of least privilege?

a user is granted the minimum possible sufficient rights to complete a task that they are authorized to perform

16
New cards

What is Federation as it refers to IAM?

the notion that a network needs to be accessible to more than just a well-defined group of employees

17
New cards

What is SSO (single sign-on)?

A system that allows the user to authenticate in one system and receive authorizations on integrated servers without having to enter credentials again. Sign in once, authenticated everywhere.

18
New cards

What is Kerberos?

A SSO service used on many networks, most notably used in Microsoft’s Active Directory (AD) service. It is based on a time-sensitive, ticket-granting system.

19
New cards

What does SAML stand for?

Security Assertion Markup Language

20
New cards

What is SAML?

an open standard protocol used to pass user identity and access data between different systems. acts like a digital passport