From b7e3e383723ce61a70126d7211fa1b0c4fd8dc53 Mon Sep 17 00:00:00 2001 From: Ambrish R Date: Wed, 2 Apr 2025 12:46:32 +0530 Subject: [PATCH] Update add-auth-provider.md Signed-off-by: Ambrish R --- docs/auth/add-auth-provider.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/auth/add-auth-provider.md b/docs/auth/add-auth-provider.md index 8f04f71a39..cf27403bab 100644 --- a/docs/auth/add-auth-provider.md +++ b/docs/auth/add-auth-provider.md @@ -121,11 +121,9 @@ due to its comprehensive set of supported authentication ### Quick guide -[1.](#create-new-auth-provider-module) Create a new auth provider module +[1.](#create-new-auth-provider-module) Create a new auth provider module or [add a proxy auth based provider](#creating-proxy-auth-based-provider) depending on your needs. -[2.](#adding-an-oauth-based-provider) or [adding a proxy auth based provider](#creating-proxy-auth-based-provider) depending on your needs. - -[3.](#add-the-provider-to-the-backend) Add the provider to the backend. +[2.](#add-the-provider-to-the-backend) Add the provider to the backend. ### Create new auth provider module