Update add-auth-provider.md

Signed-off-by: Ambrish R <ambrish.r@infosys.com>
This commit is contained in:
Ambrish R
2025-04-02 12:46:32 +05:30
committed by GitHub
parent 9861bddf5c
commit b7e3e38372
+2 -4
View File
@@ -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