From d97bf1a6a635ab2a4cfb7e0141b1ef3550da72b6 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Jul 2022 09:56:09 +1200 Subject: [PATCH] Fix 404 Signed-off-by: David Young --- manuscript/recipes/keycloak/authenticate-against-openldap.md | 2 +- mkdocs.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manuscript/recipes/keycloak/authenticate-against-openldap.md b/manuscript/recipes/keycloak/authenticate-against-openldap.md index 9664ce5..b90d2be 100644 --- a/manuscript/recipes/keycloak/authenticate-against-openldap.md +++ b/manuscript/recipes/keycloak/authenticate-against-openldap.md @@ -7,7 +7,7 @@ description: Here's how we'll add an LDAP provider to our Keycloak server for us !!! warning This is not a complete recipe - it's an **optional** component of the [Keycloak recipe](/recipes/keycloak/), but has been split into its own page to reduce complexity. -Keycloak gets really sexy when you integrate it into your [OpenLDAP](/recipes/openldap/) stack (_also, it's great not to have to play with ugly LDAP tree UIs_). Note that OpenLDAP integration is **not necessary** if you want to use Keycloak with [Traefik Forward Auth](/docker-swarm/traefik-forward-auth/) - all you need for that is [local users](/recipes/keycloak/create-user/), and an [OIDC client](http://localhost:8000/recipes/keycloak/setup-oidc-provider/). +Keycloak gets really sexy when you integrate it into your [OpenLDAP](/recipes/openldap/) stack (_also, it's great not to have to play with ugly LDAP tree UIs_). Note that OpenLDAP integration is **not necessary** if you want to use Keycloak with [Traefik Forward Auth](/docker-swarm/traefik-forward-auth/) - all you need for that is [local users][keycloak], and an [OIDC client](/recipes/keycloak/setup-oidc-provider/). ## Ingredients diff --git a/mkdocs.yml b/mkdocs.yml index 75ed6b5..51f1f45 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -115,7 +115,6 @@ nav: - InstaPy: recipes/instapy.md - Keycloak: - recipes/keycloak/index.md - - Users: recipes/keycloak/create-user.md - OIDC Provider: recipes/keycloak/setup-oidc-provider.md - OpenLDAP: recipes/keycloak/authenticate-against-openldap.md - Komga: recipes/komga.md