Back to list
Lv.2

SSO (Single Sign-On)

Single Sign-On

An authentication mechanism that lets you access multiple connected services without logging in again each time

In Simple Terms

SSO is a system where logging in once automatically logs you in to other connected services and sites as well. For example, being able to log in to various apps and websites using your Google account is one form of SSO. Since you don't need to create separate accounts or memorize multiple passwords for each service, it's less hassle for users — and providers can manage authentication in one central place.

Behind the Name

It stands for "Single Sign-On." "Single" means "one time," and "Sign-On" means "login." Just like the name suggests, you only need to go through the login process once — and that's exactly what it delivers.

Take a Closer Look!

SSO is an authentication system where logging in once automatically grants you access to other connected services and sites.
For example, using your Google account to log in to other apps and websites is a form of SSO.
It eliminates the need to re-enter your password for each service, while centralizing authentication management in one place.

Behind the scenes, two roles work together: the IdP and the SP.
The IdP (Identity Provider) is the party that verifies who you are. The SP (Service Provider) is the party that delivers the service.
When a user authenticates with the IdP, a "ticket" is issued as proof of identity.
Whenever the user accesses a connected SP, that ticket is automatically presented, granting secure access without a separate login.

To ensure this ticket exchange happens reliably, standard protocols like SAML and OIDC are used.
This allows services from different organizations to integrate securely with each other.

For organizations, one major benefit is the ability to centralize employee account management.
Not only does it prevent the risk of users reusing passwords across services, but when an employee leaves, disabling their central account immediately cuts off new logins to all connected services.
Because it strengthens security while reducing administrative overhead, SSO is widely adopted in enterprise environments.

CategorySecurity