From 9861bddf5cb503eb471bd1d9bd9cfdd188fc0d62 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Mon, 17 Mar 2025 11:45:01 +0530 Subject: [PATCH] Fix:Add auth provider docs Signed-off-by: AmbrishRamachandiran --- docs/auth/add-auth-provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/auth/add-auth-provider.md b/docs/auth/add-auth-provider.md index 51424f1c10..8f04f71a39 100644 --- a/docs/auth/add-auth-provider.md +++ b/docs/auth/add-auth-provider.md @@ -123,9 +123,9 @@ due to its comprehensive set of supported authentication [1.](#create-new-auth-provider-module) Create a new auth provider module -[3.](#adding-an-oauth-based-provider) or [adding 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. -[4.](#add-the-provider-to-the-backend) Add the provider to the backend. +[3.](#add-the-provider-to-the-backend) Add the provider to the backend. ### Create new auth provider module