PREPROD
ReaderAuthor

suite

SSO Config

A tenant's single sign-on settings for SAML or OIDC identity providers.

1 min read · 2 depth levelsstratum-suite · vdevMatches production
Everyday

An SsoConfig holds the single sign-on setup for one workspace. The protocol field selects SAML or OIDC, and enabled turns it on. For SAML, idpEntityId, idpSsoUrl, and idpCertificate describe the identity provider; for OIDC, oidcIssuer, oidcClientId, and oidcClientSecret do the same. autoProvision lets new users be created on first login, disablePassword can force everyone through SSO, and allowedDomains restricts which email domains may authenticate. Together these settings let a tenant delegate login to its own corporate identity provider.

Technical section
Data model, API, and internals — visible to developers.
View as developer
Was this helpful?