Hello,
I’m looking to implement security measures in Microsoft Office 365 to prevent users from sharing their accounts externally. I have compiled the following step-by-step methods based on information I received from Microsoft AI. Could you please review these steps and confirm if they are accurate and complete?
1. Multi-Factor Authentication for Identities in Microsoft 365
To configure MFA for your users:
- Sign in to the Microsoft 365 admin center with your admin account.
- Go to the Users > Active users page.
- Select the user for whom you want to enable MFA.
- Click on "Enable" under "Multi-factor authentication" in the right pane.
- In the confirmation dialog box, click "Enable multi-factor auth."
- The selected users will now be required to set up MFA the next time they sign in.
2. Sign Users Out of Microsoft 365 Web Sessions After a Period of Inactivity
To implement Idle Session Sign-out:
- Sign in to the Microsoft 365 admin center with your admin credentials.
- Go to the SharePoint admin center.
- In the left pane, select "Policies."
- Under "Session management," select "Idle session sign-out policy."
- Select "Edit" to modify the policy.
- In the "Idle session sign-out policy" pane, select "On."
- In the "Sign out after" field, enter the number of minutes of inactivity before the user is signed out.
- In the "Show a message" field, enter the message you want to display to users before they are signed out.
- Select "Save" to save the policy.
3. Administrator Approval Before a User Login from a New Device in Microsoft Office 365
To configure this security measure using Azure Active Directory Conditional Access policies:
- Sign in to the Azure portal using your administrator credentials.
- Go to Azure Active Directory and select Conditional Access.
- Create a new policy by clicking on the "+ New policy" button.
- Give the policy a name and configure the following settings:
- Assignments: Select the users and groups to which the policy applies.
- Cloud apps or actions: Select Office 365.
- Conditions: Select "Device state" and choose "Device platform" as "Any device."
- Access controls: Select "Grant" and choose "Require device to be marked as compliant."
- Session: Select "Use app enforced restrictions."
- Enable policy: Set it to "On."
- Save the policy.
Please let me know if there are any inaccuracies or improvements needed in these steps. Your assistance would be greatly appreciated.
Thank you!
Best regards, Junghyun Hwang