Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 628 Bytes

SECURITY.md

File metadata and controls

26 lines (17 loc) · 628 Bytes
tags
security

Authentication vs Authorization

Authentication Authorization
"who are you" "are you allowed to do that?"
Typically established during login Users authentication
Used to determine authorization set using "allow" rules' there are no "deny" rules
Can be external (LDAP) attached to a user or group

Links

SecureFlag Knowledge Flag

OWASP Top 10

OWASP Cheat Sheet Series

PortSwigger