Authentication & Authorization Flashcards
RADIUS
Used for AUTHENTICATION & AUTHORIZATION purposes. Does NOT provide further access control. Uses UDP.
RADIUS Federation
Allows authentication to be SHARED without having to re-authenticate.
TACACS+
More reliable than RADIUS and uses TCP.
PAP
Username and password are sent in plaintext. NO PROTECTION. BAD.
CHAP
Better than PAP. Uses a one-way hashing function.
MSCHAP
Microsoft CHAP.
PAP, CHAP, and MSCHAP are old unsecure protocols.
Instead use MSCHAP with PEAP or L2TP/IPsec.
802.1X (not to be confused with 802.11)
Provides standards for port-based access control. Facilitates the use of EAP, RADIUS, digital certificates, etc.
SAML
An XML framework used for single sign-on AUTHENTICATION.
OAuth
Provides API authorization between applications.
IMPORTANT: Doesn’t provide authentication, only authorization.
OpenID Connect
Used for consumer single sign-on for AUTHENTICATION.
Shibboleth
SAML-based federated identity solution that provides SSO capabilities. Just another SSO option.
Kerberos
Symmetric key authentication protocol. Uses TICKETS. If you see questions with tickets or ticket granting tickets, it’s talking about Kerberos.
Mandatory access control (MAC)
Often used in the government. Think SENSITIVE, SECRET, and PUBLIC, or Classified, Secret, and Top Secret.
Discretionary access control (DAC)
Allows individual resources to be made available or secured. Think of your privacy settings on YOUR social media accounts. You control what people see, at your DISCRETION.