Password Management (part 2)
Self-service Password Reset
- Send email to an alternate email address
- Call office phone
- Call mobile phone
- Text mobile phone
- Answer security question
SSPR is only available for Microsoft 365 users having cloud identities where a password is not linked to the on-premises AD DS as a password from Microsoft 365 can't be synchronized back to an on-premises AD DS without additional services.
Password Alternatives
Passwordless authentication methods remove vulnerable passwords from the equation entirely so that the users can be authenticated by combining something you have (like a smartphone or badge), something you are (biometrics), and/or something you know (a PIN tied to a specific device). It:
- Removes the biggest vulnerability to the security perimeter- weak passwords that can be stolen.
- Make use of facial recognition and biometrics authentication to give access to the right person.
- Ties your PIN to your device so that a hacker would have to steal both of them.
Passwordless Authentication with Azure AD
Azure AD fully supports FIDO2 which is a new open standard to secure authentication that can lock the credentials to a device while also allowing you to manage passwordless authentication for your users as well as groups to all your Azure AD-connected apps and services.
FIDO2 provides following advantages:
- Password-free access to as many apps and devices as possible.
- Strong two-factor authentication on Windows 10 devices with Windows Hello.
Microsoft Authenticator
It is another passwordless solution which takes help of the technology similar to Windows Hello and is packaged into a simple app on an Android or an iOS mobile device. Likewise helps a smartphone or a tablet user to verify and authenticate their identity to their Azure AD account by simply confirming their identity through PIN, fingerprint scan, or facial or iris recognition.
However, before using it, you must ensure for the users that:
- Their accounts are enabled for Azure MFA.
- They enroll their devices through Microsoft Intune or a third-party endpoint management solution.
Comments
Post a Comment