- Home
- All questions
- Question 296
CompTIA Security+ study material · question 296 of 611
A developer uses the presence of a valid OAuth 2.0 access token as proof of the user's identity. Why is this a mistake?
Show the answer
Answer: C. OAuth 2.0 is a delegated authorisation protocol, not an authentication protocol
A token says a client was granted access, not who is present. OpenID Connect exists to add the identity layer.