Commit 09cdb48

mokha <mokha@cisco.com>
2019-03-21 03:51:32
change authn vs authz
1 parent c5de9d4
Changed files (1)
presentation.md
@@ -21,23 +21,19 @@ OAuth2 - Token Exchange with mo
 
 # Authentication vs Authorization
 
-* Authentication: to verify the identity of the user given the credentials received.
-* Authorization: to determine if the user should be granted access to a particular resource or action.
+* Authentication: to verify the identity of who you are.
+* Authorization: to verify that you should be granted access to a resource or action.
 
 
 # Authentication vs Authorization
 
 Example 1: Getting pulled over by the police.
 
-Woop-woop! That's the sound of...
-
 > Drivers license and registration?
 
 * driver license: identity
 * vehicle registration: authorization
 
-(slightly, flawed example. i know)
-
 
 # Authentication vs Authorization