Skip to content

Commit 5b4b00a

Browse files
authored
add team-saml (#293)
1 parent 559b699 commit 5b4b00a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/configuration/authentication/saml-team.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ search:
44
exclude: true
55
---
66

7-
# SAML Authentication for teams
7+
# SAML Authentication (for multi-tenancy environments)
8+
9+
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.
10+
11+
## Activation
812

913
in `dtable_web_settings.py` add these settings:
1014

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ nav:
228228
- LDAP: configuration/authentication/ldap.md
229229
- OAuth: configuration/authentication/oauth.md
230230
- SAML: configuration/authentication/saml.md
231-
#- SAML for teams: configuration/authentication/saml-team.md
231+
- SAML for teams: configuration/authentication/saml-team.md
232232
- JWT-Token: configuration/authentication/jwt.md
233233
- Switch authentication: configuration/authentication/auth-switch.md
234234
- Configuration Files / Options:

0 commit comments

Comments
 (0)