API resources
API Reference
Use the SSO API to start an SSO flow.
Frontend SDKs
Use the SSO SDKs to start an SSO flow.
Stytch UI
Use Stytch’s pre-built UI components to seamlessly add SSO to your login flow.
About SSO
Single Sign On (SSO) allows end users to authenticate to your application using their existing enterprise identity provider credentials. With Stytch, you can implement SSO as part of a fully-featured authentication stack or easily add enterprise-grade SSO capabilities to your existing infrastructure. SSO involves two parties:- Service Provider (SP): the application the end user is trying to access (your application)
- Identity Provider (IdP): the application that is verifying the end user’s identity
- SAML 2.0 (Security Assertion Markup Language): A mature standard used by many enterprise identity providers
- OIDC (OpenID Connect): A more modern protocol built on OAuth 2.0, used by providers like Google and Microsoft