Difference between revisions of "Authentication"

From CNM Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Authentication]] is the process of verifying one's identity.
 +
When a system user provides the system with his or her [[username]], the system requests its database whether that user is identified in this system and, if so, with what [[password]], and authenticate that user based on whether the ''password'' matches the one in the database.
 +
 +
 
==Definitions==
 
==Definitions==
 
According to the [[CyBOK (version 1)]],
 
According to the [[CyBOK (version 1)]],
 
:[[Authentication]]. Verifying a claimed attribute value.
 
:[[Authentication]]. Verifying a claimed attribute value.
According to the [[CyBOK (version 1)]],
 
 
:[[Authentication]]. The process of verifying the identity of an individual or entity.
 
:[[Authentication]]. The process of verifying the identity of an individual or entity.
 +
 +
==As a part of IAM==
 +
Naturally, ''authentication'' is paired with [[identification]], which is the process of indicating one's identity. For instance, the process of issuing one's passport is an act of ''identification'', while the process of verification of one's passport at a checkpoint is an act of authentication is the process of verifying that identity. Without ''identification'', ''authentication'' makes no sense.
 +
 +
Both [[authentication]] and [[authorization]] are parts of [[identity and access management]] ([[identity and access management|IAM]]).
  
 
==See also==
 
==See also==
  
 
===Related lectures===
 
===Related lectures===
:*[[CNM Cyber SSO]].  
+
:*[[CNM Cloud SSO]].  
  
 
[[Category: CNM Cyber Orientation]][[Category: Articles]][[Category: Cyber-security]]
 
[[Category: CNM Cyber Orientation]][[Category: Articles]][[Category: Cyber-security]]

Latest revision as of 18:32, 16 April 2023

Authentication is the process of verifying one's identity. When a system user provides the system with his or her username, the system requests its database whether that user is identified in this system and, if so, with what password, and authenticate that user based on whether the password matches the one in the database.


Definitions

According to the CyBOK (version 1),

Authentication. Verifying a claimed attribute value.
Authentication. The process of verifying the identity of an individual or entity.

As a part of IAM

Naturally, authentication is paired with identification, which is the process of indicating one's identity. For instance, the process of issuing one's passport is an act of identification, while the process of verification of one's passport at a checkpoint is an act of authentication is the process of verifying that identity. Without identification, authentication makes no sense.

Both authentication and authorization are parts of identity and access management (IAM).

See also

Related lectures