Implementing and Managing Authentication
Over the course of the last few chapters, you’ve learned a lot about identity, synchronization, and sign-in methods—all part of the Microsoft 365 foundation. In this chapter, you’ll shift gears from how you configure the service for a sign-in method to how you implement authentication on the user-facing side.
You’re going to tackle authentication mechanisms and methods by covering the following topics:
- Implementing and managing authentication methods
- Implementing and managing self-service password reset
- Implementing and managing Azure AD password protection
- Configuring and managing multifactor authentication
- Investigating and resolving authentication issues
By the end of this chapter, you should be able to describe the various authentication methods and supporting tools, as well as understand where to go to troubleshoot authentication issues.
Note
As has been mentioned elsewhere...