API Security Interview Questions
API Security Interview Questions
Questions from
Job Interviews
1. What is the difference between
Authentication and Authorization
in API Security?
Authentication is the process of
verifying the identity of a user,
application or system. It establishes
that a user is who they claim to be by
confirming credentials like usernames,
passwords, or API keys. For example,
using OAuth or Basic Authentication.
Authorization, on the other hand, is the
process of granting specific permissions
to a user or application based on their
authenticated identity. It determines
what actions or resources they are
permitted to access. One way to implement
authorization is by utilizing Role-Based
Access Control (RBAC).
https://linkedin.com/company/wallarm