Intermediate Vocabulary #security #authentication #HTTPS #OWASP

Security Vocabulary

5 exercises — core security terms: authentication vs authorization, XSS, HTTPS/TLS, JWT, and SQL injection. Covers the most common topics in security discussions and developer interviews.

Key security vocabulary clusters
  • Identity: authentication (AuthN) · authorization (AuthZ) · SSO · OAuth · OIDC · SAML · JWT · session token
  • Attacks (OWASP Top 10): SQL injection · XSS · CSRF · SSRF · broken access control · insecure deserialization
  • Transport: TLS · HTTPS · certificate · CA · cipher suite · HSTS · mTLS
  • Access control: RBAC · ABAC · principle of least privilege · zero trust · secret management
0 / 5 completed
1 / 5
What is the difference between authentication and authorization?