3.7 Identity & Account Management Flashcards
1
Q
Define IDP (3)
A
- Identity Provider
- Third-party authentication
- SSO
2
Q
3 IDP Standards
A
- SAML
- OAuth
- OpenID Connect
3
Q
Define attributes relative to Identity
A
Name, email address, phone number, etc..
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
5
Q
Define SSH Key process (4)
A
- Public & private keypairs can be generated to use for SSH authentication, instead of passwords
- Run SSH keygen command from linux-based OS
- SSH copy IDed command to copy key to server connecting to
- Now SSH identifies you based on the private key on the machine