Hint
One login grants access to multiple apps — implemented via a shared identity provider using SAML or OIDC/OAuth 2.0 redirects
SSO lets a user log in once to an identity provider (IdP) and gain access to multiple service providers (SPs) without logging in again.
Common protocols:
Frontend OIDC flow (PKCE):
/authorize).Session sharing across apps: The IdP maintains the SSO session (usually via its own cookie). When app B redirects to the IdP, it detects the existing session and redirects straight back without showing the login form.