Skip to content

Commit a37b692

Browse files
committed
Spell
1 parent 1c21ed3 commit a37b692

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

scripts/wordlist.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,12 @@ workspaces
291291
www
292292
zlib
293293
zoomstack
294+
SSO
295+
Ory
296+
Polis
297+
SAML
298+
sso
299+
yaml
300+
Entra
301+
pre
302+
env

src/server/install/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ docker exec merginmaps-server flask user create <username> <password> --is-adm
9292
## Deployment of Single Sign On (SSO)
9393
<ServerType type="EE" />
9494

95-
TTo enable SSO in <MainPlatformName />, ensure that you have the following environment variables set in your `.prod.env` file:
95+
To enable SSO in <MainPlatformName />, ensure that you have the following environment variables set in your `.prod.env` file:
9696

9797
```shell
9898
SSO_ENABLED=True
@@ -141,7 +141,7 @@ Then restart or reload the configuration in the `merginmaps-proxy` container and
141141
docker compose -f docker-compose.sso.yml up -d
142142
```
143143

144-
If you follow previous steps, the admin panel and authorization server for Ory Polis will be available at `http://localhost:8081`.
144+
If you follow previous steps, the admin panel for Ory Polis will be available at `http://localhost:8081`.
145145

146146
:::tip Domain for SSO Service
147147
We recommend running the Ory Polis server on a separate domain or subdomain to make it accessible to your users. The `deployment/enterprise/sso/sso-nginx.conf` file provides a reverse proxy configuration for running in a local environment. For your production deployment, use HTTPS to serve the SSO service. See the ssl-sso-nginx.conf file in the <GitHubRepo id="MerginMaps/server/blob/master/deployment/" desc="deployment folder" />.

0 commit comments

Comments
 (0)