Identity and account management Flashcards

1
Q

What is an IdP?

A

Identity Provider
This is a 3rd party service for authentication in the cloud.
Think of this as “authentication as a service”
This is responsible for identifying and controlling users based on what their username might be and what devices they might be using.

Uses standard authentication methods such as SAML, Oauth, and OpenID connect.

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

When it comes to identity and authentication what is an attribute?

A

An identifier or property of an entity.
Personal attributes could be someones name, email address, phone number, employee ID
Other attributes might be things like department name, job title, etc.
One or more attributes can be used to identify a specific person.

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

What is a shared account?

A

An account used by more than one person.

If you have a guest login or an anonymous login this is an example of a shared account.

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

What is a guest account?

A

Access to a system for guests.
Limited access to most areas of the computer.
No access to change settings, modify applications, view other peoples files, etc.
Usually no password.

This is a significant security risk.

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

What is a service account?

A

This is an account that doesn’t log in interactively(hopefully).
Used exclusively by services running on the computer. (web server, database server, etc)
Access can be defined for a specific service, web servers will have different perms than databases.

Commonly use usernames and passwords.

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

What are privileged accounts?

A

administrator/root
These accounts have complete access to the operating system.
They can change core files and modify the kernal of the system, anything.

This account should not be used for normal administration, not for normal use.
This account should be strongly secured (strong password, 2FA, scheduled password changes)

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