InterviewSolution
| 1. |
What Is Authentication And Authorization? Which Must Come First? |
|
Answer» Authentication – ESTABLISHING that a principal’s credentials are valid AUTHORIZATION – Deciding if a principal is allowed to perform an action Authentication comes FIRST before Authorization because authorization process needs princial OBJECT with authority VOTES to decide user allow to perform a action for secured resource. Authentication – Establishing that a principal’s credentials are valid Authorization – Deciding if a principal is allowed to perform an action Authentication comes first before Authorization because authorization process needs princial object with authority votes to decide user allow to perform a action for secured resource. |
|