From 848f75308dfe2d8c5eba76c5865e8981426551fe Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Thu, 19 Jun 2025 16:21:33 +0200 Subject: [PATCH] Disable magic link in sso.env.template - fix link to mm docs --- deployment/enterprise/.sso.env.template | 2 +- deployment/enterprise/README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deployment/enterprise/.sso.env.template b/deployment/enterprise/.sso.env.template index 66017fb7..1e4af4b8 100644 --- a/deployment/enterprise/.sso.env.template +++ b/deployment/enterprise/.sso.env.template @@ -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 diff --git a/deployment/enterprise/README.md b/deployment/enterprise/README.md index b52709d3..7d93ce42 100644 --- a/deployment/enterprise/README.md +++ b/deployment/enterprise/README.md @@ -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)