3.7 Identity & Account Management Flashcards

1
Q

Define IDP (3)

A
  1. Identity Provider
  2. Third-party authentication
  3. SSO
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 IDP Standards

A
  1. SAML
  2. OAuth
  3. OpenID Connect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define attributes relative to Identity

A

Name, email address, phone number, etc..

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

How do certificates provide identification?

A

Individuals can be identified through a certificate they own - data encrypted with a private key, decrypted with a public key proves the identity of the sender

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

Define SSH Key process (4)

A
  1. Public & private keypairs can be generated to use for SSH authentication, instead of passwords
  2. Run SSH keygen command from linux-based OS
  3. SSH copy IDed command to copy key to server connecting to
  4. Now SSH identifies you based on the private key on the machine
How well did you know this?
1
Not at all
2
3
4
5
Perfectly