<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>
<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>
<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>
<aside> 💡 Allows to treat some access attempts as “routine” and some as “not normal”, using 3 principles: Signal, Decision, and Enforcement.
</aside>