SSO (Single Sign-On)
An authentication scheme that allows a user to log in once and gain access to multiple related but independent applications without re-authenticating for each one. SSO is implemented via federated identity protocols — SAML 2.0 for enterprise applications and OIDC for modern web apps. Central session management means that a single logout can also invalidate sessions across all connected services.