From 826bdf878ddf0f90a52d8ed4280907c1d9d39cca Mon Sep 17 00:00:00 2001 From: ogusarenko Date: Mon, 29 Jul 2024 21:30:06 +0700 Subject: [PATCH] Authentication links fix 2 (#69) --- content/docs/operations/authentication/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/operations/authentication/_index.md b/content/docs/operations/authentication/_index.md index 500654f2..89972217 100644 --- a/content/docs/operations/authentication/_index.md +++ b/content/docs/operations/authentication/_index.md @@ -20,11 +20,11 @@ your preferred method. ## Prerequisites - **Identity Provider (IdP):** To set OIDC or SAML you need to configure an IdP - with an application. Refer to [OIDC](../../operations/authentication/OIDC-providers/OIDC) or - [SAML](../../operations/authentication/SAML-providers/SAML) for detailed procedures. + with an application. Refer to [OIDC](../../operations/authentication/oidc-providers/oidc) or + [SAML](../../operations/authentication/saml-providers/saml) for detailed procedures. - **LDAP Server:** To set LDAP, configure the LDAP server with the users as described in - [LDAP](../../operations/authentication/LDAP). + [LDAP](../../operations/authentication/ldap). ## Configuration