summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDr. Jens Harbott <harbott@osism.tech>2022-06-03 14:48:12 +0200
committerDr. Jens Harbott <harbott@osism.tech>2022-06-03 14:48:12 +0200
commit3ae1fe541a1a5ee9f4a5f96ab347760b5ebbdd38 (patch)
tree0c01a847f7050798b220300761d199ee253a945a /doc
parent6cb2692101b88fe8e67874f93d54625f75b843a5 (diff)
downloadzuul-3ae1fe541a1a5ee9f4a5f96ab347760b5ebbdd38.tar.gz
Update links in keycloak integration doc
Some URLs in the keycloak docs were no longer working properly, update them to current version. Change-Id: I5b501af1ec08c4840f2a6861c9a767a4187477be
Diffstat (limited to 'doc')
-rw-r--r--doc/source/howtos/openid-with-keycloak.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/howtos/openid-with-keycloak.rst b/doc/source/howtos/openid-with-keycloak.rst
index e80376801..74d3a27c0 100644
--- a/doc/source/howtos/openid-with-keycloak.rst
+++ b/doc/source/howtos/openid-with-keycloak.rst
@@ -10,7 +10,7 @@ Prerequisites
* The Zuul instance must be able to query Keycloak over HTTPS.
* Authenticating users must be able to reach Keycloak's web UI.
* Have a realm set up in Keycloak.
- `Instructions on how to do so can be found here <https://www.keycloak.org/docs/latest/getting_started/index.html#creating-a-realm-and-user>`_ .
+ `Instructions on how to do so can be found here <https://www.keycloak.org/docs/latest/server_admin/#configuring-realms>`_ .
By convention, we will assume the Keycloak server's FQDN is ``keycloak``, and
Zuul's Web UI's base URL is ``https://zuul/``. We will use the realm ``my_realm``.
@@ -81,7 +81,7 @@ Keycloak can delegate authentication to predefined social networks. Follow
If you don't set up authentication delegation, make sure to create at least one
user in your realm, or allow self-registration. See Keycloak's documentation section
-on `user management <https://www.keycloak.org/docs/latest/server_admin/index.html#user-management>`_
+on `user management <https://www.keycloak.org/docs/latest/server_admin/index.html#assembly-managing-users_server_administration_guide>`_
for more details on how to do so.
Setting up Zuul
@@ -107,4 +107,4 @@ Further Reading
---------------
This How-To is based on `Keycloak's documentation <https://www.keycloak.org/documentation.html>`_,
-specifically `the documentation about clients <https://www.keycloak.org/docs/latest/server_admin/#_clients>`_.
+specifically `the documentation about clients <https://www.keycloak.org/docs/latest/server_admin/#assembly-managing-clients_server_administration_guide>`_.