SY0-301 · Question #438
A customer has provided an email address and password to a website as part of the login process. Which of the following BEST describes the email address?
The correct answer is A. Identification. In the authentication process, the email address serves as identification - it claims who the user is before any verification occurs.
Question
A customer has provided an email address and password to a website as part of the login process. Which of the following BEST describes the email address?
Options
- AIdentification
- BAuthorization
- CAccess control
- DAuthentication
How the community answered
(26 responses)- A88% (23)
- B8% (2)
- C4% (1)
Why each option
In the authentication process, the email address serves as identification - it claims who the user is before any verification occurs.
Identification is the process of claiming an identity to a system, typically by providing a username or email address. The email address tells the system 'who I am' but provides no proof of that claim. Authentication is the subsequent step where the password is used to verify (prove) that claimed identity, making identification and authentication two distinct steps in the AAA framework.
Authorization occurs after successful authentication and determines what resources or actions the authenticated user is permitted to access, not the act of submitting an identifier.
Access control is the broader system or policy framework that enforces authorization decisions, not a description of submitting an email address in a login form.
Authentication is the verification step - in this scenario, the password (not the email address) is the authentication factor that proves the claimed identity.
Concept tested: AAA - Identification vs Authentication distinction
Source: https://learn.microsoft.com/en-us/entra/fundamentals/identity-fundamental-concepts
Topics
Community Discussion
No community discussion yet for this question.