AZ-900 · Question #95
This question requires that you evaluate the underlined text to determine if it is correct. Authorization is the process of verifying a user's credentials. Instructions: Review the underlined text. If
The correct answer is B. Authentication. The process of verifying a user's credentials is known as authentication, not authorization.
Question
Options
- ANo change is needed
- BAuthentication
- CFederation
- DTicketing
How the community answered
(30 responses)- B90% (27)
- C7% (2)
- D3% (1)
Why each option
The process of verifying a user's credentials is known as authentication, not authorization.
The definition provided is for authentication, not authorization; authorization is about what an authenticated user can do.
Authentication is the process of verifying who a user is by checking their credentials (like username and password) against a database or directory service. Authorization, in contrast, determines what actions an authenticated user is allowed to perform.
Federation is a system of trust that allows users to access resources in multiple security domains with a single set of credentials, not the process of credential verification itself.
Ticketing is a component often found in authentication systems like Kerberos, where a "ticket" grants access, but it's not the overall process of verifying credentials.
Concept tested: Authentication vs. Authorization
Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-authorization
Community Discussion
No community discussion yet for this question.