Defining authentication and authorization
Authentication and authorization are key components of IAM and how we enforce the principle of least privilege.
There are multiple aspects of the process to prepare for a Microsoft exam. These include the resources available to prepare for the exam, the ability to access a subscription for hands-on learning, and the manner in which you are going to take your exam. If this is your first Microsoft exam, understanding the format that most of these exams will follow is important.
Let's take a closer look at each of these areas:
Authentication is defined as the verification and validation of who you are. This is generally accomplished with a username and password. For additional security verification, we should use multi-factor authentication to make sure that the person entering in the username and password is who they say that they are. This aligns...