← All insights

Microsoft 365 and identity security

Microsoft 365 Access Rules That Survive Staff Changes

A practical identity-management plan for office managers using Microsoft Entra Conditional Access, authentication strengths, access reviews, and recovery controls.

Office manager reviewing Microsoft 365 access roles and recovery steps on a laptop

Microsoft 365 security is often discussed as an email problem, but the deeper management issue is identity. Every employee, contractor, administrator, device, application, guest, and automation that can access Microsoft 365 represents an access decision. When staff change roles or leave, those decisions must change too.

Microsoft Entra Conditional Access provides an if-then policy engine. A policy can require multifactor authentication, a specific authentication strength, a compliant device, an approved application, or other conditions before access is granted. Licensing, tenant configuration, device support, and policy interactions matter, so treat this article as planning guidance rather than a promise that every feature is available in every subscription. See https://learn.microsoft.com/en-us/entra/identity/conditional-access/overview.

Start with role and resource mapping

Before creating policies, list the resources that matter:

  • All Microsoft 365 administrators.
  • Email and collaboration services.
  • SharePoint sites and sensitive document libraries.
  • Finance, payroll, legal, patient, or customer data.
  • External guests and shared channels.
  • Applications using Microsoft 365 sign-in.
  • Service accounts, app registrations, and automation.

Then list user populations: administrators, full-time staff, seasonal staff, contractors, executives, vendors, and guests. A policy aimed at everyone can create unnecessary disruption if the office has not documented exceptions and recovery paths.

Protect administrators differently

Administrative identities can change users, security policies, authentication methods, and data access. They should not be treated like ordinary accounts. Microsoft recommends phishing-resistant authentication methods such as passkeys, FIDO2 security keys, Windows Hello for Business, and certificate-based authentication for stronger sign-in protection. See https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-passwordless and https://learn.microsoft.com/en-us/entra/fundamentals/zero-trust-protect-identities.

Practical steps include:

  • Use separate admin and daily-use accounts.
  • Require stronger authentication for privileged roles.
  • Limit the number of permanent administrators.
  • Review role assignments regularly.
  • Alert on new role grants and authentication-method changes.
  • Keep emergency access accounts protected, documented, and tested.

Do not place emergency credentials in an ordinary shared document. Define who controls them, how use is approved, and how activity is reviewed afterward.

Use authentication strengths intentionally

An authentication strength specifies which combinations of methods may satisfy an access requirement. Microsoft documents built-in strengths for multifactor, passwordless, and phishing-resistant authentication, with custom strengths available for particular scenarios. See https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-strengths.

A small office might use a staged approach:

  • Require multifactor authentication for all users.
  • Require phishing-resistant authentication for administrators.
  • Require stronger authentication for sensitive applications or high-risk actions.
  • Pilot passkeys or security keys with a manageable group.
  • Document unsupported devices and a time-bound remediation plan.

Passkeys use public-key cryptography and are designed to work only with the site or application for which they were created. They can reduce phishing risk, but deployment still requires user enrollment, device replacement planning, and recovery procedures. See https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-passwordless.

Build access reviews around events

Do not wait for an annual review. Trigger a review when someone joins, changes role, leaves, becomes a vendor, or needs temporary access. Review guest users, inactive accounts, mailbox delegates, SharePoint permissions, application consent, and privileged roles.

For each access item, record:

  • Who approved it.
  • Why it is needed.
  • When it expires or will be reviewed.
  • What data or actions it allows.
  • Who removes it.

The objective is not to eliminate all access. It is to make access understandable and reversible.

Test policy behavior before enforcement

Conditional Access policies can interact. Microsoft explains that users generally must satisfy all applicable authentication-strength conditions. A policy that works for one test user may affect guests, mobile users, service accounts, or administrators differently. See https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-strength-how-it-works.

Use report-only or equivalent testing where available. Test:

  • A normal employee on a managed device.
  • An employee on an unmanaged device.
  • An administrator.
  • A guest user.
  • A new employee registering authentication.
  • An emergency recovery scenario.
  • A business application that uses Microsoft sign-in.

Record the expected result, actual result, and exception owner. Never enforce a tenant-wide identity change without a recovery path and a way to contact users if normal email access fails.

What is confirmed and what remains uncertain

Confirmed: Microsoft Entra supports Conditional Access, authentication strengths, passkeys, and policy-based controls. Confirmed: Microsoft recommends phishing-resistant authentication for stronger protection, especially for privileged identities. Confirmed: policy behavior depends on the methods enabled, user registration, scope, licensing, and other controls.

Uncertain: the best design for a specific office depends on its Microsoft 365 license, device estate, applications, federation, guest relationships, and tolerance for enrollment work. Microsoft documentation changes as features mature, so validate current behavior in the tenant before making promises to staff.

A practical 60-day plan

  • Days 1–15: inventory roles, guests, applications, methods, and emergency accounts.
  • Days 16–30: enforce baseline multifactor authentication and separate admin accounts.
  • Days 31–45: pilot phishing-resistant methods with administrators and selected users.
  • Days 46–60: test Conditional Access scenarios, complete an access review, and document recovery.

The management outcome is not a perfect policy diagram. It is an identity system where access has an owner, stronger controls protect sensitive actions, and staff changes do not leave forgotten doors open.

Sources