Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/enterprise/.sso.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# PRIVATE_KEY=
# PUBLIC_KEY=

NEXTAUTH_ACL=
# fixme with proper credentials
NEXTAUTH_ACL=*@example.com
NEXTAUTH_ADMIN_CREDENTIALS=admin@boxy.com:boxy

# Add some not real domain here. It will be used for SAML application initialization. For more details see: https://www.ory.sh/docs/polis/deploy/env-variables#saml_audience
Expand Down
4 changes: 1 addition & 3 deletions deployment/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ Alternatively, and most recommended, you can manually create `.sso.env` from the

Make sure if the proxy has mounted the [./sso/sso-nginx.conf](./sso/sso-nginx.conf) file in the main [docker-compose.yml](./docker-compose.yml) file.

Please follow the Mergin Maps [documentation](http://localhost:5173/docs/server/install/#deployment-of-single-sign-on-sso) on this topic.


Please follow the Mergin Maps [documentation](https://merginmaps.com/docs/server/sso-deployment/) on this topic.

### Configure WebMaps (Optional)

Expand Down
Loading