feat: implement SAML SSO authentication with multi-tenant support

pull/500/head
Adam Hesch 3 months ago
parent 0741a6f485
commit 5f04a2d098

3
.gitignore vendored

@ -37,3 +37,6 @@ yarn-debug.log*
/docuseal
/ee
dump.rdb
/pg_data
/caddy

@ -3,7 +3,9 @@ services:
depends_on:
postgres:
condition: service_healthy
image: docuseal/docuseal:latest
image: mbf/docuseal:latest
tty: true
stdin_open: true
ports:
- 3000:3000
volumes:

Loading…
Cancel
Save