What is Single Sign-On?
An authentication method allowing users to access multiple applications with one set of credentials. While convenient for users and administrators, SSO creates a single point of failure—compromise one account, compromise them all.
Also known as: SSO
Single Sign-On means one login for everything. Sign into your Google account once, and you're automatically signed into Gmail, YouTube, Google Drive, and dozens of other services.
How SSO Works
- User accesses application
- Application redirects to identity provider (IdP)
- User authenticates (if not already)
- IdP issues assertion (proof of identity)
- Application grants access
- Subsequent apps skip authentication (already logged in)
SSO Protocols
SAML (Security Assertion Markup Language)
- Enterprise standard
- XML-based
- Common in corporate environments
OpenID Connect
- Modern, built on OAuth 2.0
- JSON-based
- Consumer and enterprise use
Kerberos
- Network authentication
- Active Directory integration
- On-premise systems
Advantages
For Users
- One password to remember
- Faster access to services
- Consistent login experience
- Less password fatigue
For Organizations
- Centralized access control
- Easier user provisioning
- Better audit trails
- Reduced helpdesk tickets
Security Implications
Single Point of Failure
- One compromised password = everything compromised
- Attacker gains access to all linked services
- Higher value target
Mitigations
- Strong authentication on IdP (mandatory 2FA)
- Session timeouts
- Anomaly detection
- Risk-based authentication
Privacy Considerations
Identity Provider Tracking
- IdP knows every service you use
- When you access each service
- Can build detailed profile
Centralized Control
- IdP can lock you out of everything
- Account suspension = lose all access
- Terms of service violations cascade
Best Practices
- Enable 2FA on identity provider (critical!)
- Use strong, unique password for SSO account
- Review connected applications regularly
- Have backup access methods
- Consider privacy of identity provider choice
Related Terms
OAuth
An open standard for authorization that allows users to grant third-party applications limited access to their accounts without sharing passwords. OAuth powers 'Login with Google/Facebook' buttons and API access delegation.
Two-Factor Authentication
A security method requiring two different types of identification to access an account: something you know (password) plus something you have (phone, hardware key) or something you are (biometric). This significantly reduces the risk of unauthorized access even if your password is compromised.
Have more questions?
Use our guided flow to get the right next privacy step for Single Sign-On.
Open Guided Flow