Table of Contents
What is difference between Authentication & Authorisation ?
Let’s look at the exact difference.
Authentication
- Process to verify that
- users are who they claim to be
- users are who, they say they are.
- e.g. Login to amazon.com will use password to authenticate user’s identity which is provided as part of user id.
Authentication Types
1.Something you know
- Passwords, Security, Questions
2.Something you have
- OTP via SMS
- USB token device
3.Something you are
- Biometric authentication like thumb fingerprint verification
Autherisation
- Process to determining
- Access level of a particular user or service in a system
- Options to checking authorization
- RBAC – Role based access control
- ABAC – Attribute based access control
- RelBAC – Relationship based access control
Please visit https: https://codeandalgo.com for more such contents.
Leave a Reply