TeamsFixer

Signing into corporate tenant with personal account

You click a corporate link, Microsoft recognizes you as a personal identity and refuses. Classic multi-identity pitfall.

Last verified:

Affected systems

windows macos ios android web

Quick fixes

  • Use separate browser profiles or incognito windows per identity
  • On login, pick 'Work account'
  • If your personal address is used at work: ask IT for a dedicated work account

Symptom

You are redirected to a Teams meeting link. You sign in, but the browser remembers your personal Microsoft account. Result: error AADSTS50020 or a message that your account does not exist in the tenant.

Variant: silent sign-in

Some browsers integrate SSO so tightly that the picker never shows. You end up in the wrong tenant with the wrong account silently.

Fix 1: incognito

Open the meeting link in incognito / private mode. No cookies there, so you are explicitly asked which account to use. Pick the work account.

Fix 2: separate browser profiles

Both Chrome and Edge support multiple profiles. Create one per identity:

  • Personal with your MSA for private use
  • Work for your Entra account

Each profile has its own cookies and no chance of mixing.

Fix 3: tenant-specific login URL

Instead of the generic login at login.microsoftonline.com, go directly to the tenant:

https://login.microsoftonline.com/<your-company>.onmicrosoft.com/

This explicitly signals to Microsoft which tenant you want and avoids the account picker trap.

When you have no choice

If your company uses your personal email as a work account (e.g. freelancer onboarding), you are stuck. Clean exit: ask for a separate <yourName>@<company>.com account.

Related errors