Last updated: August 18, 2026
SiftPulse today has no separate credential store. All authentication flows through one of two existing channels, and neither of them is SAML/SSO.
/app uses email magic-link authentication only — no passwords, no username store, no SAML/SSO connector. Sign-in links are signed tokens stored hashed in the dashboard_sessions table; the session cookie is HMAC-SHA256 signed (sp_session), httpOnly, and SameSite=Lax. Sessions expire after 7 days of inactivity.Because there is no separate credential store, the full permission scopes, data-handling details, retention windows, and GDPR posture are the same surfaces that already live on /security — that page is the authoritative source. This page exists to answer the SAML/SSO follow-up question directly.
SAML/SSO + SCIM provisioning is targeted for Q1 2027, matching the timeline already published on /enterprise — Roadmap. The rollout ships per-organization, not as a global flip, so pilot teams can opt in and we can validate the migration model before opening it broadly.
Identity providers we are integrating first, in priority order:
Q1 2027 SAML/SSO + SCIM ship in the same release. SCIM provisioning rides alongside the SP integration so an admin can provision and de-provision dashboard users without manual seat management. Magic-link remains the fallback path during the cutover window.
The first time a Team-tier admin enables SSO at the organization level in dashboard settings, existing users keep working magic-link until their first successful SSO sign-in. There is no flag day; the migration is graceful.
A Team-tier admin enables SSO from organization settings — IdP metadata upload, ACS URL, and entity ID are surfaced in the same panel as the installation token. Once enabled, the dashboard sign-in screen offers SSO as the primary path, with magic-link as the fallback path.
Until an existing dashboard user successfully signs in via SSO for the first time, their magic-link flow continues to work. There is no forced password reset and no forced re-authentication, so an enterprise cutover does not produce an outage.
An admin can disable SSO and return the organization to magic-link-only without data loss. Existing dashboard sessions that were issued before the SSO switch remain valid through their original 7-day TTL — we do not invalidate sessions on the SSO toggle.
If SAML/SSO is a hard requirement for your procurement review and you cannot wait for the Q1 2027 release, the fastest paths to reach the team are:
Need something else — SOC 2 evidence, DPA, on-prem status? Email security@siftpulse.polsia.app or revisit /security for the full permission scopes and data-handling details.