Account
or identity
Copy link
Who the system believes you are. One person, one account,
never shared. Programs get accounts too (see
service account), so their work
shows up under their own name.
Microsoft's sign-in system, formerly Azure Active Directory:
the list of who works at your company, what each person may
open, and the rules for proving it is really them. Every
Microsoft 365 tenant has one.
Longer read:
What is Microsoft Entra ID? (Microsoft Learn)
An account allowed to change settings for everyone. A "global
administrator" can change anything at all, which is why there
should be very few, and why nobody should do their daily work
in one. I work in your accounts through an admin login you
create and can switch off.
On this site:
Where it runs, and what I can see.
Role and permission
Copy link
A permission is one thing an account may do. A role is a named
bundle of them. Good practice gives every account, person or
program, the least it needs to do its job and nothing more.
People call that "least privilege."
Permission you grant someone to act inside your accounts,
under their own name, that you can take back at any time
without changing anything else. What I hold. The opposite is a
shared password, which you can only take back by changing it
for everyone.
An account for a program rather than a person, so automation
runs under its own name, with its own limits, and shows up in
the log as itself. Workflows should never run as the person
who happened to build them.
MFA
multi-factor authentication
Copy link
Two-step sign-in: proving who you are with two things,
something you know (a password) and something you have (your
phone, a key). It stops most account break-ins outright, and
there is no good reason for a business account to be without
it.
Longer read:
Multi-factor authentication (Get Cyber Safe, Government of
Canada)
A sign-in with no password at all: your phone or computer's
own lock (fingerprint, face or PIN) proves it is you. There is
nothing to type into a fake page, so it cannot be phished. It
is the direction everything is heading.
Longer read:
Introduction to passkeys (FIDO Alliance)
A message pretending to be from someone you trust, built to
make you type a password or approve a payment. Most break-ins
begin here, not with clever hacking.
Longer read:
How to recognize and avoid phishing scams (US Federal Trade
Commission)
Sending email that appears to come from your company when it
did not. Preventable with
three public records on your
domain. The free Email Check on this site
reads yours and says whether they are set.
Conditional Access
Copy link
Rules for when a sign-in is allowed: only from a managed
device, only with two-step sign-in, only from these countries.
A doorman with a list, applied automatically to every sign-in,
including mine.
Longer read:
What is Conditional Access? (Microsoft Learn)
SSO
single sign-on
Copy link
One sign-in for many programs. Fewer passwords for your
people, and one switch to turn a person off everywhere when
they leave.
Longer read:
What is single sign-on? (IBM)
Scrambling information so that only someone holding the key
can read it. "In transit" while it travels; "at rest" while it
sits stored. Microsoft does both by default. The padlock in
your browser is the first kind.
Longer read:
What should I know about encryption? (Electronic Frontier
Foundation)
A password that belongs to a program rather than a person.
Kept in a vault with an expiry date and a log of who used it,
never written into the program itself. If a developer says
"it's in the code," that is the wrong answer.
Criminal software that scrambles your files and sells you the
key. Two-step sign-in keeps it out; backups make the ransom
pointless.
Longer read:
Stop Ransomware (US Cybersecurity and Infrastructure
Security Agency)
Company control over the phones and laptops that reach company
data: require a passcode and encryption, keep them updated,
and wipe company data if one is lost, without touching the
owner's photos. Microsoft's version is called Intune.
Longer read:
What is Microsoft Intune? (Microsoft Learn)
Someone from outside your company invited into your Teams or
files with their own sign-in. They see only what they were
invited to. How a customer, a partner, or I can be given a
seat without a full account.
Longer read:
B2B collaboration overview (Microsoft Learn)
VPN
virtual private network
Copy link
A private tunnel between a device and a network across the
public internet. It was the standard way to work remotely; it
matters less when the programs live in the cloud and the
sign-in itself is protected properly.
Meeting a written standard (an industry rule, an insurer's
requirement, a law) and being able to prove it. Most of it, in
practice, is retention, audit logs and access rules done
properly and left running.