From 9720d2de848c2ac5f5ba99723731fc8c5f6daa8f Mon Sep 17 00:00:00 2001 From: Christoph Dyllick-Brenzinger Date: Mon, 27 Oct 2025 15:06:13 +0100 Subject: [PATCH] add team-saml --- docs/configuration/authentication/saml-team.md | 6 +++++- mkdocs.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/configuration/authentication/saml-team.md b/docs/configuration/authentication/saml-team.md index 5094535a7..58d9b2511 100644 --- a/docs/configuration/authentication/saml-team.md +++ b/docs/configuration/authentication/saml-team.md @@ -4,7 +4,11 @@ search: exclude: true --- -# SAML Authentication for teams +# SAML Authentication (for multi-tenancy environments) + +The Team SAML feature allows each team in a multi-tenant SeaTable environment to configure its own SAML identity provider (IdP) for single sign-on. While the functionality is available in all deployments, configuration only makes sense in environments such as **cloud.seatable.io**, where multiple independent teams share the same infrastructure. + +## Activation in `dtable_web_settings.py` add these settings: diff --git a/mkdocs.yml b/mkdocs.yml index 5863e2f7a..773bdb509 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -228,7 +228,7 @@ nav: - LDAP: configuration/authentication/ldap.md - OAuth: configuration/authentication/oauth.md - SAML: configuration/authentication/saml.md - #- SAML for teams: configuration/authentication/saml-team.md + - SAML for teams: configuration/authentication/saml-team.md - JWT-Token: configuration/authentication/jwt.md - Switch authentication: configuration/authentication/auth-switch.md - Configuration Files / Options: