What is SSO (Single Sign-On)?
Single Sign-On (SSO) is an authentication method that lets users access multiple applications with a single set of credentials. Instead of managing passwords for every tool, users sign in once with their identity provider and get authorized access to everything they’re allowed to use.
How SSO works
Three-step view of how it operates in practice.
Sign in once
The user signs in to the identity provider (Entra ID, Okta, Google Workspace).
Token issued
The identity provider issues a security token that proves the user’s identity.
Access granted
The token is presented to each downstream application, which grants or denies access based on assigned permissions.
Common SSO protocols
A clear breakdown of the common variants.
SAML 2.0
Mature, widely supported by enterprise apps. Most B2B SaaS supports SAML.
OpenID Connect (OIDC)
Time-based one-time codes from an app like Microsoft Authenticator or Google Authenticator. Offline-capable and phishing-resistant against many attacks.
OAuth 2.0
The user approves a sign-in with a tap on their phone. Easy to use but vulnerable to MFA fatigue attacks — always pair with number matching.
Kerberos
FIDO2 keys like YubiKey, or device-bound passkeys. Phishing-resistant by design — the key will not authenticate against a fake domain.
Why SSO matters for SMBs
Single Sign-On (SSO) is an authentication method that lets users access multiple applications with a single set of credentials.
Common SSO mistakes
- No MFA on the identity providerSSO centralizes risk. If the identity provider falls, everything falls. MFA on the IdP is non-negotiable.
- Only connecting the "easy" appsAdmins, finance, and anyone with access to money or sensitive data should use an app or hardware key — never SMS alone.
- Ignoring offboardingDisabling the IdP account must actually revoke access everywhere. Test your offboarding on a real terminated user.
- No backup authenticationIf the IdP is down, users are locked out. Break-glass accounts and vendor SLAs matter.
SSO frequently asked questions
LogicalNet services related to MFA
Related glossary terms
Ready to consolidate to SSO?
Talk to a LogicalNet identity expert. We will review your current environment, recommend the right MFA methods for each group of users, and help you deploy without disrupting the business.