Concepts - Basics of the identity platform: Identity Fundamentals Flashcards

1
Q

What is Identity and access management (IAM)?

A

IAM ensures that the right people, machines, and software components get access to the right resources at the right time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Identity

A

A digital identity is a collection of unique identifiers or attributes that represent a human, software component, machine, or resource in a computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are examples of unique identifiers

A
  • An email address
  • Sign-in credentials (username/password)
  • Bank account number
  • Government issued ID
  • MAC address or IP address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 3 types of identities:

A
  1. Human identities
  2. Workload identities
  3. Device identities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is authentication?

A

Authentication (AuthN) is the process of challenging a person, software component, or hardware device for credentials in order to verify their identity, or prove they’re who or what they claim to be.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Multi-factor authentication?

A

MFA is a security measure that requires users to provide more than one piece of evidence to verify their identities, such as:

  • Something they know, for example a password
  • Something they have, like a badge or security token
  • Something they are, like a biometric (fingerprint or face)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Single Sign-on?

A

SSO allows users to authenticate their identity once and then later silently authenticate when accessing various resources that rely on the same identity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Authorisation?

A

Authorisation (or AuthZ) validates that the user, machine, or software component has been granted access to certain resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What standard protocol can be used for AuthN?

A

OpenID Connect (OIDC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What standard protocol can be used for AuthZ?

A

OAuth 2.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an identity provider?

A

An identity provider creates, maintains, and manages identity information while offering authentication, authorisation, and auditing services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are examples of Cloud-based identity providers?

A
  • Microsoft Azure Active Directory
  • Google
  • Amazon
  • LinkedIn
  • GitHub
How well did you know this?
1
Not at all
2
3
4
5
Perfectly