summaryrefslogtreecommitdiff
path: root/docs/content/guides/auth/saml-keycloak.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/guides/auth/saml-keycloak.md')
-rw-r--r--docs/content/guides/auth/saml-keycloak.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guides/auth/saml-keycloak.md b/docs/content/guides/auth/saml-keycloak.md
index 1bc3b363..eb0d9acd 100644
--- a/docs/content/guides/auth/saml-keycloak.md
+++ b/docs/content/guides/auth/saml-keycloak.md
@@ -107,7 +107,7 @@ The configured mappers should look like this:
}
```
It you configure HedgeDoc with enviroment variables, these are the ones you have to set:
-```bash
+```shell
CMD_SAML_ATTRIBUTE_USERNAME=username
CMD_SAML_ATTRIBUTE_EMAIL=email
```