mirror of https://github.com/zulip/zulip.git
docs: Add tiny note about Keycloak URL format in SAML doc.
That specific piece of the instructions makes it sound like /auth/ is
surely supposed to be there in the URL. But newer versions of Keycloak
don't have it - so mention that explicitly, not to create a wrong
expectation.
(cherry picked from commit 75212e7ded
)
This commit is contained in:
parent
6b0ad1a7f5
commit
8332486848
|
@ -690,7 +690,8 @@ integration](../production/scim.md).
|
|||
(Alternatively, open the URL in your browser
|
||||
`https://keycloak.example.com/auth/realms/master/protocol/saml/descriptor`.
|
||||
Replace the domain (`keycloak.example.com`) as well as the realm
|
||||
name (`master`) in the url. The certificate is the content inside
|
||||
name (`master`) in the url. Note that depending on your version of Keycloak,
|
||||
`/auth/` may or may not be present in the URL. The certificate is the content inside
|
||||
`<ds:X509Certificate>[...]</ds:X509Certificate>`).
|
||||
|
||||
Save the certificate in a new `{idp_name}.crt` file constructed as follows:
|
||||
|
|
Loading…
Reference in New Issue