What’s identity

<aside> 💡 In computing, “identity” is a representation of a person, application, or device

</aside>

<aside> 💡 Usually requires a password, a secret key, or a certificate to prove

</aside>

Azure Active Directory (Azure AD or AAD)

<aside> 💡 Azure provides an identity management system (Identity as a service).

</aside>

<aside> 💡 Azure active directory is not the same as “windows” Active Directory, traditional AD does not work with internet protocols.

</aside>

Untitled

Benefits of Azure AD

Difference between Authentication and Authorization

<aside> 💡 Authentication Is a user proving who they are - user id and password.

</aside>

<aside> 💡 Authorization is ensuring that a user is permitted to perform an action.

</aside>

Conditional Access

<aside> 💡 Allows to treat some access attempts as “routine” and some as “not normal”, using 3 principles: Signal, Decision, and Enforcement.

</aside>