Single Sign-on (SSO)
By far, the preferred method to sign in users is using an industry-standard Single Sign-on (SSO) mechanism.
JSON Web Tokens (JWT)
We currently support a JWT-based Single Sign-on flow as described here. This approach is great for a few reasons:
- If you don't already have an SSO setup, this flow is very easy to setup.
- It is extremely simple, and only requires sharing one key.
- The data payload is very flexible to accomodate your needs.
If you already have this type of SSO set up, or you are willing to set it up as part of your integration process, you are all set to go! 🎉
SAML
SAML single sign-in is on our roadmap. If you already support SAML-based SSO, please get in touch with us so that we can prioritize SAML login!