ACCESS-DEF · Question #36
You get the following error: "Not Authorized. You do not have permission to access this feature". What is most likely the cause of the error?
The correct answer is D. A non-administrative user tried to access an administrative feature. Why D is correct: The error message "Not Authorized. You do not have permission to access this feature" is a classic authorization error - the user successfully authenticated (logged in), but lacks the required permissions to perform the action. This happens when a standard…
Question
Options
- AA user tried to sign in to the wrong identity tenant.
- BA user tried to sign in before being created in Active Directory.
- CA user gave someone else access to his/her laptop.
- DA non-administrative user tried to access an administrative feature.
How the community answered
(52 responses)- A2% (1)
- B2% (1)
- C4% (2)
- D92% (48)
Explanation
Why D is correct: The error message "Not Authorized. You do not have permission to access this feature" is a classic authorization error - the user successfully authenticated (logged in), but lacks the required permissions to perform the action. This happens when a standard user attempts to access a feature restricted to administrators.
Why the others are wrong:
- A - Signing into the wrong tenant would produce an authentication failure (wrong account/domain), not a permissions error.
- B - A user not yet created in Active Directory would fail at login entirely, not reach a feature to be blocked from.
- C - Sharing a laptop is a security concern, but it doesn't generate this specific system error - the logged-in user's permissions still apply.
Memory tip: Remember the AuthN vs AuthZ distinction. Authentication (AuthN) = "Who are you?" - failures here block login. Authorization (AuthZ) = "What can you do?" - failures here block features. "Not Authorized" = AuthZ = permissions problem = D.
Topics
Community Discussion
No community discussion yet for this question.