Single Sign-On (SSO)

An authentication scheme that allows users to log in with a single ID to multiple related systems

Single Sign-On (SSO) is an authentication process that allows a user to access multiple applications with one set of login credentials. This eliminates the need to log in separately to each application.

Benefits of SSO:

  • Improved user experience
  • Reduced password fatigue
  • Enhanced security through centralized authentication
  • Simplified administration

Common SSO protocols include SAML, OAuth 2.0, and OpenID Connect.