Authentication
Authentication is the process of verifying the identity of a user of entity through credentials like a username and password combination.
- Use case: An employee logs in to an employee portal
Authorization
Authorization grants users certain access rights and permissions that determine which actions they can perform in a system or application.
- Use case: An employee can only access their own employee records inside the employee portal.
