Single sign-on (SSO) means users authenticate once with the central identity provider and then get access to all connected applications — without further passwords. Technically, standards such as SAML and OpenID Connect handle the secure handover of identity.
SSO is far more than convenience: it centralises control. Authentication rules, MFA and account lockout act in one place for all services — and on exit one click closes all access.
How does SSO work technically?
An application that sees an unauthenticated user redirects them to the identity provider (IdP). Login happens there — ideally with MFA or a passkey — and the IdP issues a signed ticket (SAML assertion or OIDC token) the application trusts. Further applications receive their tickets from the existing IdP session without a new login.
Security thus concentrates on the IdP session: its hardening — strong authentication, session duration, context checks via conditional access — determines the protection level of all connected services.
What SSO gives the company
- One place for rules: MFA, passkeys and access policies apply everywhere at once.
- Clean offboarding: one locked account closes all applications.
- Less password sprawl — and less reuse across services.
- Full login transparency for detection and evidence.