Domain isn’t routed to my IdP
Symptom: You enter your company email atsummand.com but Summand asks for a password instead of redirecting to your IdP.
Confirm the domain is verified
Confirm there's an active SSO connection
Check the email domain matches exactly
acme.com and the user signs in with eng@labs.acme.com, that’s a different domain — verify it separately.”No SSO provider found for this email domain”
Symptom: Sign-in fails with this exact message before reaching the IdP. This means/api/auth/sso/check-domain matched a verified domain in WorkOS but couldn’t find a corresponding SSO connection on that organization. Either:
- The connection was deleted from the WorkOS portal but the domain is still registered, or
- The connection was set up for a different organization than the one the domain is on.
User reaches IdP but bounces back with an error
Symptom: The IdP authenticates the user (no errors at the IdP) but Summand shows Sign-in failed on return.Check ACS / redirect URL exactness
Verify the SAML certificate is current
Confirm required attributes are sent
email and either name or both given_name and family_name. Some IdPs default to omitting these unless you explicitly add them.Check the user is assigned to the IdP application
”Invalid SAML response” or “Bad assertion”
Symptom: The error message references the SAML response itself — invalid signature, untrusted certificate, schema mismatch.Re-fetch IdP metadata
Confirm clock skew is reasonable
NotBefore and NotOnOrAfter timestamps. If your IdP’s clock is far ahead/behind UTC, responses are rejected. WorkOS allows ~5 minutes of skew; clocks more than 5 minutes off need fixing on the IdP side.Check NameID format
EmailAddress format. Re-check the IdP’s SAML configuration — it’s the most commonly misconfigured field.Group → role mapping doesn’t work
Symptom: SSO sign-in succeeds, but users land in Summand without the role you’d expect from their IdP group.Confirm groups are in the assertion
groups isn’t there, the IdP isn’t sending it.Check the group identifier format
sAMAccountName, or paste the GUIDs into the WorkOS portal mapping.Re-authenticate after group changes
Directory Sync isn’t provisioning users
Symptom: Users added to a synced group in your IdP don’t appear in Summand.Confirm SCIM is configured and active
Check the SCIM endpoint and bearer token
Check group filters in the IdP
Inspect the SCIM activity log
When to escalate
If you’ve worked through the relevant section and still can’t sign in:- From the WorkOS portal, run Test Connection and capture the full error text.
- Note the user’s IdP, browser, and the timestamp of the failed attempt.
- Email support@summand.com with all three. Enterprise customers also have a
#summand-supportchannel — drop the same details there for faster escalation.