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)