Domain 5: Identity and Access Management (IAM)
Video transcripts
Every course video in Domain 5, written out with timestamps so you can search the wording instead of scrubbing through playback.
Transcript
- 0:00Doctor Elena Rivera is back at work
- 0:03accessing shared research resources hosted by Eastbrook Institute,
- 0:07but this time
- 0:08there's a layer of security in place that protects both universities.
- 0:12Cerberus,
- 0:14named after the mythological guard dog of the underworld,
- 0:17Kerberus secures digital realms using three key elements authentication,
- 0:22authorization,
- 0:23and auditing.
- 0:24It's a network authentication protocol that uses
- 0:27secret key cryptography to establish trusted communication.
- 0:31Here's how it works.
- 0:33There are 3 main participants
- 0:35the principal in this case,
- 0:37Doctor Rivera's laptop,
- 0:39the application server,
- 0:41Eastbrook's research portal,
- 0:43the key distribution center,
- 0:45or KDC.
- 0:46The central authority that verifies and issues digital tickets.
- 0:50The KDC performs two jobs first as the authentication server
- 0:55and then as the ticket granting server or TGS.
- 0:58Doctor Rivera logs in using her university credentials.
- 1:02Her system sends a request to the authentication server at Redwood Valley's KDC.
- 1:08The authentication server checks her identity against its records.
- 1:12Once verified,
- 1:13it sends back a ticket granting ticket or TGT.
- 1:17This ticket granting ticket is proof that she has authenticated,
- 1:21much like holding a passport,
- 1:23but she still needs permission to enter the Eastbrook portal.
- 1:26Doctor Rivera's system sends the ticket granting
- 1:29ticket to the ticket granting server,
- 1:31still part of the key distribution center.
- 1:34The ticket granting server verifies it and issues a service ticket
- 1:38this time specifically for the Eastbrook Research server.
- 1:41Now,
- 1:42Doctor Rivera presents this service ticket to the server
- 1:46because the server and key distribution center trust each other,
- 1:49access is granted.
- 1:51Tickets are stored in a secure area of her device's memory.
- 1:55Kerberri does not require her to re-enter her password.
- 1:59The session lasts for a set time,
- 2:01usually about 8 to 10 hours,
- 2:03after which she must reauthenticate.
- 2:06To prevent misuse,
- 2:07Kerbers relies heavily on accurate time synchronization.
- 2:11Even a few minutes of clock drift can cause login failures.
- 2:15Cerberus ensures users are who they say they are.
- 2:18Once authenticated,
- 2:20they can securely access multiple services
- 2:22without exposing their passwords again.
- 2:25However,
- 2:26Cerberus has its limits.
- 2:28It depends on passwords for encryption,
- 2:30so weak credentials can be exploited.
- 2:33The key distribution center must also be kept
- 2:36secure and should never serve other functions.
- 2:39If it goes offline and there's no backup,
- 2:41access fails.
- 2:43Cerberus doesn't protect the contents of communication.
- 2:46Other tools like IPSEC are needed for that.
- 2:49But when it comes to verifying identities and controlling access,
- 2:53it provides a powerful framework for secure collaboration between institutions
- 2:57like Redwood Valley University and Eastbrook Institute of Technology.
