Glossary
SSO (Single Sign-On)
Authentication via an external identity provider (IdP). RateStack supports Google, Microsoft, and Apple Sign-In; SAML on Enterprise.
SSO sessions land in the same opaque server-side session store as email/password sessions; the user experience is identical post-login. Apple's client_secret JWT is signed at runtime from an operator- supplied P-256 key.
Related