docs: Fix incorrect path to SAML certs in SAML Keycloak instructions.

This was supposed to be /etc/zulip/saml/idps/
This commit is contained in:
Mateusz Mandera
2022-04-13 23:28:20 +02:00
committed by Tim Abbott
parent 88e2f64869
commit 8aa6958923

View File

@@ -558,7 +558,7 @@ to the root and `engineering` subdomains:
should be should be
`https://keycloak.example.com/auth/realms/master/protocol/saml` `https://keycloak.example.com/auth/realms/master/protocol/saml`
3. Your Keycloak public certificate must be saved on the Zulip server 3. Your Keycloak public certificate must be saved on the Zulip server
as `{idp_name}.crt` in `/etc/zulip/idps/`. You can obtain the as `{idp_name}.crt` in `/etc/zulip/saml/idps/`. You can obtain the
certificate from the Keycloak UI in the `Keys` tab. Click on the certificate from the Keycloak UI in the `Keys` tab. Click on the
button `Certificate` and copy the content. button `Certificate` and copy the content.