Fix:Add auth provider docs

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2025-03-17 11:45:01 +05:30
parent 1b9ff082f4
commit 9861bddf5c
+2 -2
View File
@@ -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