Multi Factor Authentication Implementation Guide for Indian Offices

A 140-person Bengaluru manufacturer got hit twice in five weeks
In March 2026, a Peenya-based auto components manufacturer with about 140 staff and 180 mailboxes lost ₹41 lakh to a business email compromise. The attacker didn't break in. They logged in — with a password that had been reused on a vendor portal and was sitting in a credential dump from 2023.
Two months later, they rolled out MFA. In week three, the helpdesk got 61 calls a day. The plant manager's iPhone had the authenticator app on a personal number. A 58-year-old accounts head kept losing his phone. The ERP service account kept locking out because it didn't support modern authentication at all and nobody had flagged that in planning.
That second part is the story most guides skip. Deploying MFA is not a licensing exercise. It's an operational project that touches your helpdesk, your app owners, your HR onboarding flow, and your ISP's reliability. Get the sequencing wrong and you'll spend six months firefighting.
This guide is the sequencing order we use at SynergyScape after doing this across a few hundred Indian SMEs since 2019. It includes what it costs in 2026, what breaks, and where a phased approach beats a big-bang rollout.
If you want a scoped version of this for your own environment rather than a generic playbook, that's what we do under end-computing services.
What MFA actually is in an Indian SME context, and what it is not
Let's clear the vendorspeak. Multi-factor authentication means the login requires something you know (password) plus something you have (a device, token, or key) or something you are (biometric). That's it. Three factors, of which you need two.
What it is not: a guarantee. Push notification fatigue attacks — where an attacker spams MFA prompts until the user taps "Approve" out of annoyance — killed more Indian accounts in 2025 than password spraying did. Your rollout must include number matching, not just push approval.
Also, MFA is not the same as conditional access. MFA is the second factor. Conditional access is the policy engine that decides when MFA is required, from where, on what device, and what happens if the device is unmanaged. Most Indian SMEs buy the MFA licence and never configure the conditional access rules that make it worth having.
The three MFA deployments we actually see
- Microsoft 365 / Entra ID only. Covers email, Teams, SharePoint. Leaves your on-prem AD, ERP, VPN, and NAS completely unprotected. This is what 70% of Indian SMEs start with, and it's a mistake — you've just made the soft target obvious.
- Identity provider-centric. Entra ID, Okta, JumpCloud, or Google Workspace covers most cloud apps via SAML. Requires an app inventory first or you'll find ERP logins still password-only.
- Full coverage including on-prem. Adds RADIUS/NPS for VPN, LDAP proxies or agent-based MFA for ERP and legacy apps, and separate token policies for service accounts. This is where the work is.
Most Indian SMEs end up at a hybrid of 2 and 3 because they can't rip out Tally, an old custom ERP, or the biometric attendance system's web console.
The sequencing order that actually works
This is the sequence. Skip a step and you'll redo the one before it.
Step 1: Inventory identities and applications (2-3 weeks)
You need three lists before you touch anything:
- Human identities, with department, role, and whether they have a company or personal mobile.
- Non-human identities — service accounts, scheduled tasks, API keys, integration accounts. In our experience at Indian SMEs, 25-40% of identity objects are non-human. Nobody counts them until the rollout breaks.
- Applications, mapped to which identity provider they authenticate against. Anything on-prem and using LDAP or a local database is a red flag.
Get this wrong and you discover during rollout that your eSSL biometric attendance system runs on a Windows Server 2012 R2 box with a hardcoded LDAP bind account that has domain admin. We've seen it four times.
Step 2: Fix the identity hygiene first (2 weeks, parallel)
Before MFA, clean up:
- Disable or delete dormant accounts (no login in 90 days). Expect to kill 8-15% of your directory.
- Remove stale admin role assignments. Default rule: no more than 5 people with Global Admin, and all 5 must be cloud-only accounts with FIDO2 keys.
- Turn off legacy authentication protocols at the tenant level. We'll cover this in detail below — it's the single most common source of rollout pain.
- Reset any shared password that has appeared in a breach (check Have I Been Pwned's domain search or your Defender for Identity alerts).
Step 3: Pilot with 15-25 users across departments (2 weeks)
Not the IT team. Not the CEO's office. A pilot cohort needs to include:
- 3-5 people who admit they "aren't tech savvy" — HR, accounts payable, plant supervisors
- 2-3 field or plant-floor staff who work off mobile data, not office Wi-Fi
- 1-2 people on Android phones older than Android 10
- 1 person who uses an iPhone with no biometric (older SE, or someone who disabled Face ID)
- 1 person in a role that shares an account with a colleague
If your pilot is all iPhones and MacBooks on office Wi-Fi, it will pass and your real rollout will not.
Step 4: Helpdesk preparation and self-service enrollment (2 weeks, overlapping)
We'll cover this in the helpdesk section below. Do not skip it. Budget 3-4 hours of helpdesk training per agent plus a self-service portal (Entra ID's combined registration or Okta's end-user dashboard) that lets users reset their own MFA methods.
Step 5: Phased production rollout (4-8 weeks)
Phase by department, not by seniority. Suggested phases for a 200-user firm:
| Phase | Users | Group | Duration | MFA policy |
|---|---|---|---|---|
| A | 25 | Pilot cohort (already done) | 2 weeks | Full MFA, all apps |
| B | 40 | IT, finance, HR, CXO | 1 week | Full MFA + phishing-resistant for admins |
| C | 60 | Sales, marketing, customer service | 2 weeks | Full MFA, app-based push with number matching |
| D | 50 | Operations, plant, warehouse | 2 weeks | MFA required, TOTP allowed as fallback for shared devices |
| E | 25 | Contractors, interns, temporary | 1 week | MFA required, no exceptions, no shared accounts |
Phase E is short because contractors are the easiest to move and the highest risk if you don't.
Step 6: Conditional access rules (ongoing)
This is where MFA becomes security rather than compliance theatre. See the next section.
Step 7: Reporting, audit, and drift correction (monthly)
MFA settings drift. People add a legacy app that bypasses policies, or an admin exempts a service account for a "temporary" fix in January that's still there in August. Run a monthly report on MFA registration status, conditional access policy gaps, and sign-in risk events. If you don't do this in-house, this is standard fare in a managed IT engagement.
Conditional access: the rules that matter and the rules that waste time
Conditional access is a set of if-then rules. Microsoft Entra ID P1 is required for it (or Okta's equivalent). P1 costs about ₹1,850-₹2,250 per user per year in 2026 through CSP licensing in India, though volume pricing through a partner usually lands closer to ₹1,600-1,900 at 100+ users.
Here are the policies we configure on every engagement, in priority order:
Policy 1: Require MFA for all users, all cloud apps, always
The base policy. Yes, it makes users grumpy in the first week. It also blocks 95%+ of credential-based attacks.
Exceptions: break-glass accounts (2 admin accounts, cloud-only, FIDO2 key, no MFA requirement but monitored), and Azure AD Connect sync account if you run hybrid.
Policy 2: Require compliant or hybrid-joined device for admin roles
Anyone with Global Admin, Exchange Admin, SharePoint Admin, or Security Admin must log in from a device that is Intune-compliant or hybrid Azure AD-joined. This kills the "admin logs in from a cyber café in Kochi while on holiday" scenario.
Policy 3: Block legacy authentication
This is non-negotiable in 2026 and still not configured at most Indian SMEs we assess. Legacy auth protocols — IMAP, POP3, SMTP AUTH, MAPI over RPC, older versions of Exchange Web Services — do not support MFA. Any password-only login via these protocols completely bypasses your MFA policy.
Microsoft's own data (2024) showed that over 99% of password spray attacks target legacy auth endpoints. If you enable MFA and leave legacy auth on, you have done nothing except add friction for the people not being targeted.
Policy 4: Block by country, allow by exception
Most Indian SMEs have no overseas staff and no overseas vendors requiring direct access. A blanket geo-block on sign-ins outside India, with a named exception group, stops a whole class of attacks. We see resistance here — "our US client needs to log in" — so the exception group handles that. Client-facing portals get their own rules.
Policy 5: Require MFA re-authentication for risky sign-ins
With Entra ID P2 (about ₹3,500-₹4,200 per user per year in 2026), you get Identity Protection with sign-in risk scoring. When Entra says a sign-in is risky — impossible travel, leaked credentials, anonymous IP — the policy forces re-authentication with a phishing-resistant method.
Policies we deliberately do not enable
- Device compliance for all users on day one. Too many Indian SMEs have printers, scanners, and test machines running Windows 10 that aren't Intune-managed and won't be for six months. Enforcing compliance on all users blocks legitimate access. Phase it in after Intune enrollment.
- Named locations based on office IP. Every Bengaluru office with a backup BSNL connection has two apparent office IPs, and the primary Airtel fibre IP changes during outages. You'll spend a week every quarter updating named locations. Skip it — use country blocks instead.
- Session timeout at 15 minutes for everyone. Warehouse and plant-floor staff with shared tablets will abandon the platform. 8 hours for standard, 1 hour for finance and admins.
Legacy protocols, shared accounts, and the parts everyone underestimates
Legacy protocols: the actual list and what to do about each
Here's the practical table for an Indian SME running Microsoft 365:
| Protocol / Service | Common use in Indian SMEs | MFA support | Recommended action |
|---|---|---|---|
| IMAP/POP3 | Old Outlook on Android, some print-to-email | None | Disable at tenant; move users to Outlook mobile |
| SMTP AUTH | Multifunction printers, scanners, backup alerts | Per-mailbox, tricky | Create dedicated service mailbox with app password policy, or move to a relay |
| MAPI over RPC | Very old Outlook clients (2013 and earlier) | None | Upgrade clients to Microsoft 365 Apps |
| Exchange Web Services (EWS) | Older ERP/CRM integrations, some Tally connectors | Limited | Migrate to Graph API where possible |
| ActiveSync (older profiles) | Android 6/7 email, some devices from 2018-2019 | Partial | Re-provision accounts with modern auth |
| LDAP (on-prem AD) | ERP, attendance, file shares | None | Layer on RADIUS + MFA for VPNs; for other apps, consider DUO or Entra Agent-based MFA |
That last row is where most Indian SMEs spend disproportionate effort. If your ERP is a custom-built application from 2014 that binds to AD over LDAP with a service account, you have three options:
- Move the app's authentication to SAML/OIDC — requires application support, sometimes months of vendor coordination, sometimes impossible.
- Front it with an identity-aware proxy (Entra Private Access, Cloudflare Zero Trust, or similar) that requires MFA before passing the connection.
- Accept the risk, isolate the app on a VLAN with restricted access, and compensate with network controls.
We usually recommend option 2 for anything user-facing, and option 3 for internal-only tools where the business case for replacing the app is not there.
Shared accounts: the messy reality
Shared accounts are the hardest part of MFA at Indian SMEs, and vendors don't talk about them because there's no clean product solution. Where they appear:
- Reception email — one address, three people checking it
- Sales enquiry inbox — rotated among junior sales
- Warehouse scanners — one tablet, five operators
- Security cabin terminals — shift-based access
- Vendor portals — one login for multiple procurement staff
The correct answer for reception and sales inboxes is a shared mailbox (no separate password) with MFA on each person's own account. This is free in Microsoft 365, requires no extra licence, and works. Move to this every single time.
For warehouse scanners and shift terminals, the answer depends on the data sensitivity:
- Windows-based terminals: use Windows Hello for Business with a PIN per shift user, or FIDO2 key on a lanyard
- Android-based scanners: use shared device mode with Microsoft Authenticator's shared device mode (Entra ID) or an MDM with per-user enrollment
- If neither is possible: move the shared account into a dedicated OU with conditional access blocking it from outside the office IP range, and change the password monthly with a formal log
That last one is a compromise, not a solution. Say so in your security documentation. If an auditor asks and you claim it's fine, you're lying to them.
Phone-number-based MFA: still common, still risky
SMS and voice-call MFA is better than nothing. It's also vulnerable to SIM-swap attacks, which have increased in India through 2024-2026. We still allow SMS as a fallback method for users who genuinely don't have a smartphone (we've deployed for about a dozen such users in the last year, mostly on plant floors), but only as a secondary method, never primary.
Preferred method hierarchy, in order:
- FIDO2 security key (YubiKey 5 NFC at about ₹4,500-₹6,000 per key, 2026 pricing)
- Windows Hello for Business (biometric or PIN on managed Windows devices)
- Microsoft Authenticator with number matching
- Google Authenticator or Authy (TOTP) — phone-independent but not phishing-resistant
- SMS or voice — last resort, documented as such
The helpdesk load nobody plans for
This is where MFA projects fail operationally. Your helpdesk will be swamped for 6-10 weeks after each phase, even with onboarding done well.
Here's the real number. Based on our internal data from Indian SME deployments in 2025-2026, helpdesk ticket volume spikes by:
| Phase | Typical spike | Duration | Top 3 ticket types |
|---|---|---|---|
| Week 1 of any new phase | 8-12x baseline | 3-5 days | "I can't log in", "My phone isn't working", "What's this prompt?" |
| Week 2 | 3-5x baseline | 5-7 days | "I lost my phone", "My authenticator stopped working", "I need to add a new device" |
| Week 3-4 | 1.5-2x baseline | 10-14 days | Re-enrollment, device changes, app-specific issues |
| Week 5+ | Baseline +10-15% ongoing | Indefinite | New hires, device resets, password + MFA combined resets |
For a 200-user firm rolling out to 100 users in a phase, that's roughly 250-400 additional tickets in the first three weeks. If your helpdesk handles 30 tickets/day normally with 3 agents, you need 1-2 extra temporary agents for 3 weeks, or a very clear self-service portal plus a documented "recovery" workflow that lets users get back in without calling.
The five helpdesk workflows you must document before rollout
- "I lost my phone." Identity verification protocol — supervisor approval, alternate method, temporary access code valid for 4 hours. Never skip verification. Social engineering calls spike during MFA rollouts; attackers know to call and impersonate.
- "My authenticator isn't giving me a code." Time drift on TOTP, app permission revoked, phone storage full. Script the troubleshooting; most are the first one.
- "I'm locked out and my backup method is also gone." Requires a documented temporary access pass (TAP) workflow in Entra ID. TAPs expire in 1-24 hours and can be issued by any helpdesk agent with the right role.
- "I'm getting MFA prompts I didn't trigger." This is a compromise signal, not a ticket to close. Script: verify the user is who they say (video call if needed), reset password, revoke sessions, force MFA re-registration, log the event.
- "My new laptop is asking for setup." Combined registration flow — users self-enroll on first login. Have a one-page visual guide in English, Hindi, and Kannada if your workforce is mixed (most Bengaluru plants are).
Staffing math for the rollout period
At a 200-user firm, plan for:
- 1 extra helpdesk agent for 6 weeks (₹35,000-₹55,000/month fully loaded in Bengaluru, 2026)
- 4 hours of training per existing helpdesk agent before rollout (₹8,000-₹12,000 total if outsourced)
- Self-service portal configured and tested
- A shared Excel tracker is not a workflow. Use your ticketing system.
If your MSP is doing the rollout, insist on a helpdesk surge plan as part of the SOW. We build this into every MFA deployment we run, because the alternative is a two-week period where the IT team can't do anything else.
What MFA actually costs an Indian SME in 2026
Here are real 2026 INR figures. Prices vary ±15% based on volume, partner, and whether you're buying through CSP or direct.
Licensing costs
| Item | Unit price (2026) | 50 users | 200 users | Notes |
|---|---|---|---|---|
| Microsoft 365 Business Premium (includes Entra ID P1) | ₹2,050-₹2,400/user/month | ₹1.23L-₹1.44L/mo | ₹4.92L-₹5.76L/mo | Best value if you don't already have it |
| Entra ID P1 add-on only | ₹1,650-₹1,950/user/month | ₹82K-₹98K/mo | ₹3.3L-₹3.9L/mo | Only if already on Business Standard |
| Entra ID P2 add-on | ₹2,950-₹3,500/user/month | — | ₹5.9L-₹7L/mo | Required for risk-based conditional access |
| Okta (equivalent tier) | $6-$8/user/month | — | — | Rare in Indian SMEs due to pricing |
| Google Workspace Enterprise | ₹1,400-₹1,900/user/month | ₹70K-₹95K/mo | ₹2.8L-₹3.8L/mo | If you're a Workspace shop |
One-time deployment costs (typical range)
| Scope | Cost (2026) | Duration |
|---|---|---|
| MFA for Microsoft 365 only, 50 users, no on-prem apps | ₹45,000-₹70,000 | 4-6 weeks |
| MFA for Microsoft 365 + one on-prem app via proxy, 100 users | ₹95,000-₹1,60,000 | 6-10 weeks |
| Full coverage: cloud + VPN + ERP + NAS + service accounts, 200 users | ₹2,20,000-₹4,00,000 | 10-16 weeks |
| FIDO2 keys for 10 admin accounts | ₹55,000 | 1 week |
| Helpdesk surge for 6 weeks (1 agent, Bengaluru) | ₹50,000-₹80,000 | 6 weeks |
| Documentation and SOP creation | ₹25,000-₹50,000 | 2 weeks |
On-prem app integration adds cost because it's bespoke. If you have two legacy LDAP apps, expect the middle band. If you have none, expect the bottom.
What drives cost up
- More than three on-prem applications needing identity integration
- Custom ERP from a vendor who won't support modern auth
- More than 20% non-human accounts in your directory
- Multiple geographies, multiple domains, or acquisitions in the last two years
- Plant-floor workers on shared devices without MDM
- A culture that has never had a strong password policy (yes, this matters — you'll spend more time on change management than on technology)
What keeps cost down
- Scoping MFA to cloud apps first, on-prem later, with a documented plan
- Users on company-issued smartphones (fewer personal-device issues)
- Already running Microsoft 365 Business Premium
- Clean identity directory with service accounts already documented
- A single helpdesk team that can absorb 6 weeks of surge
A real failure story: the ₹6.8 lakh ERP rollout that had to be redone
In August 2025, a 90-person logistics firm in Whitefield engaged us after a failed first MFA rollout. They'd hired a smaller local vendor who enabled Entra ID MFA across the tenant in a single weekend with no phasing, no legacy protocol review, and no helpdesk prep.
Here's what happened:
- Monday morning: 62 of 90 users locked out of Outlook because IMAP clients on phones weren't compatible. Helpdesk couldn't handle 62 simultaneous tickets. Two of the three helpdesk agents had never seen the MFA admin portal.
- Tuesday: Printers stopped scanning to email because SMTP AUTH from the MFP was blocked (correct policy, but the MFP hadn't been moved to a service account). Dispatch team couldn't send PODs. Customers complained within 6 hours.
- Wednesday: The warehouse management system, which uses Windows Integrated Authentication against on-prem AD, started working again because it doesn't touch Entra — but the vendor's cloud API it talks to broke because the service account had MFA enforced. WMS went down for 40 minutes. Roughly 340 shipments delayed.
- Thursday: The managing director escalated because his assistant couldn't access his mailbox to schedule a client meeting. MD demanded MFA be turned off. It was.
Total cost of the failed rollout: about ₹6.8 lakh in direct spend (the original vendor's fee, plus emergency overtime, plus lost shipments and customer credits), plus the credibility cost with the board.
We were engaged in September 2025. The redo took 11 weeks and ₹3.9 lakh. The sequence we followed:
- Two weeks of identity and application inventory. Found 47 non-human accounts the previous vendor had missed, including one with domain admin (the MFP service account — classic).
- Two weeks of hygiene: disabled 19 stale accounts, removed 11 unnecessary admin roles, updated the email-to-case flow to use a shared mailbox instead of the warehouse scanner's service account.
- Three weeks of pilot with 18 users including two warehouse supervisors, one on a personal Android phone.
- On-prem app coverage via Entra Private Access for the WMS vendor API. The vendor's support team was unhelpful but the proxy approach worked.
- Phased rollout over four weeks, with one extra helpdesk agent on contract.
- Two weeks of conditional access tuning and reporting setup.
The MD's assistant still complains about MFA. She also hasn't been the victim of a compromise. Most 2025-2026 compromises at Indian SMEs we investigate involve an account that either didn't have MFA or had it enabled only on a subset of apps.
Trade-offs and where a phased approach is not right
We are not going to pretend every SME should do a 16-week MFA project. Here's when we push back on our own default approach:
When big-bang is actually correct
If you've just had an incident — a compromised mailbox, an attacker midway through a BEC, or a ransomware precursor — you do not have time for a pilot. Enable MFA on everything in 48 hours, block legacy auth, force password reset, then clean up the mess afterward. Expect chaos in week one and accept it as the cost of stopping active exfiltration. We've done this five times in the last two years and every one of them was the right call.
When MFA alone is a bad investment
If your endpoints run Windows 7, your domain controllers are on Server 2008 R2, and your file server has no backup, MFA on your Microsoft 365 tenant is putting a deadlock on a door in a building with no roof. Fix the basics first. An SME in this state is better served by an investment in endpoint and infrastructure modernisation than by MFA on top of an already-broken environment.
When you genuinely cannot use phishing-resistant MFA
If you have more than 20 plant-floor users on shared Windows 7 terminals that can't move to Windows 10 in the next 12 months, FIDO2 keys aren't practical at scale. Your realistic option is TOTP codes on shared tablets with a shift log. Document the residual risk, accept it as a phased compromise, and put the terminal replacement on your FY27 budget.
When the cost doesn't match the risk
A 25-person design studio with no client PII, no payment processing, and all work on Google Drive — an Entra ID P2 rollout is overkill. Business Premium with basic MFA is enough. Don't buy risk-based policies you'll never tune.
Compliance angle: DPDP, CERT-In, and what MFA buys you
Two regulations matter to Indian SMEs in 2026:
CERT-In's 2022 directions (still in force under the 2025 updates) require organisations to report certain cyber incidents within 6 hours and maintain logs for 180 days. MFA is not explicitly named in the directions, but every serious investigation post-incident asks whether MFA was in place. If it wasn't, and a breach occurred, your post-incident report will take a different tone.
DPDP Act 2023 rules, notified in 2025 with compliance timelines phasing from 2026-2027, put obligations on data fiduciaries to implement "reasonable security practices." MFA on systems processing personal data is one of the cleanest demonstrable controls you can point to. It's not sufficient on its own, but it's the single item most audits check first.
If you handle payment card data — even through a payment gateway — your acquiring bank's PCI DSS SAQ will ask about MFA on administrative access to any system touching cardholder data. "We have a firewall" is not an answer.
GST and procurement notes
MFA-related software licences purchased through an Indian CSP partner attract 18% GST and are typically billed as a service. Cloud subscriptions from Microsoft India bill in INR with GST. FIDO2 keys are hardware — 18% GST, standard. If you buy through a foreign reseller to save a few percentage points, you'll find claiming input tax credit painful and the compliance headache isn't worth it for 100 keys. Buy local.
Frequently asked questions
How long does MFA implementation take for a 100-user Indian company?
If you're doing Microsoft 365 only with no on-prem apps: 6-8 weeks including pilot and phased rollout. If you need to cover a VPN, an ERP, and a NAS as well: 10-14 weeks. The variable is almost never the technology — it's how long your application owners and identity directory cleanup take. Plan for two weeks of what we call "discovery that becomes surgery."
Do we need Entra ID P1 or P2 for MFA?
P1 is required for conditional access, which you need. P2 adds risk-based policies and Identity Protection, which is genuinely useful but skippable for a first rollout. If you're already on Microsoft 365 Business Premium, you have P1 included. If you're on Business Standard, moving to Premium is cheaper than buying P1 as a separate add-on in most cases.
Can we use personal phones for MFA, or do we need to give everyone company devices?
Personal phones are workable and standard for most Indian SMEs. You need a written policy covering what happens if an employee leaves (their MFA method must be revoked on their last working day), and if it's a personal device, HR should have consent processes in place. Company-issued Android phones (₹9,000-₹14,000 each in 2026) reduce helpdesk load for field and plant staff. We do not recommend BYOD for anyone accessing financial systems or client PII.
What happens to MFA when an employee leaves?
Revoke all sessions, remove their authentication methods, disable the account (don't delete immediately — some workflows need the mailbox), and transfer any shared-access methods to a supervisor. This is 15 minutes of work if your offboarding checklist includes it. It's a two-day incident if it doesn't. Every Indian SME we've investigated post-compromise has had at least one departed-employee account still active.
Does MFA stop ransomware?
No. MFA stops credential-based initial access, which is one of several ransomware entry points. Phishing that tricks users into approving a malicious MFA prompt still works — this is why number matching and phishing-resistant methods matter. Ransomware also enters through unpatched VPN concentrators, exposed RDP, and supply chain compromises. MFA is necessary but not sufficient. Layer it with EDR, patch discipline, and backups that are tested.
Can we use the same MFA for our VPN and our Microsoft 365?
With Entra ID and a RADIUS/NPS extension, yes for VPNs that support RADIUS authentication. For non-Microsoft VPNs (Fortinet FortiGate, Sophos XG), you can either point to Entra via SAML (if the firmware supports it — check first) or use a separate MFA service. We usually standardise on Entra for anything that supports it and use a lightweight TOTP approach for the rest. One MFA app on the user's phone, not four.
What's the realistic support burden after rollout?
Baseline helpdesk tickets increase by about 10-15% permanently. That's roughly 3-5 extra tickets a day at a 200-user firm. Most of those are new hires, device changes (phone replacement, laptop replacement), and password resets. If your helpdesk is already stretched, budget for either an additional agent or an outsourced tier-1 arrangement.
Next action: inventory before you license
Before you buy a single Entra ID seat or FIDO2 key, do a 90-minute identity and application inventory. Sit with your sysadmin, open your Entra ID portal, and list:
- Total user accounts
- Total non-human accounts (service accounts, scheduled tasks, integration accounts)
- Applications that authenticate against Entra ID
- Applications that authenticate against on-prem AD or a local database
- Every device category in the business (managed Windows, BYOD, mobile, plant-floor shared terminals)
If more than 15% of your identity objects are non-human and undocumented, stop and fix that before any rollout. If more than two business-critical applications are still on legacy authentication, expect a 12-16 week project, not 8.
We run these inventories as a fixed-scope exercise. If you want us to do this for your environment — and hand you a written sequencing plan — get in touch. If you'd rather do it yourself, use this guide as your checklist. Either way, do the inventory before you license. The vendors will sell you the licences whether you're ready or not.
