Centralized authentication systems should provide the following services:
**Authentication, Authorization and Accountability**
- **Authentication**: Verifying the identity of a user or system.
- **Authorization**: Determining the permissions and access levels granted to the authenticated user or system.
- **Accountability**: Ensuring that actions taken by users can be traced back to them, often through logging and auditing.
While "Access


