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:
Mateusz Mandera 2024-01-04 01:25:20 +01:00 committed by Alex Vandiver
parent 6b0ad1a7f5
commit 8332486848
1 changed files with 2 additions and 1 deletions

View File

@ -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: