From 5eea7b25ce7b5e550920656e4ab49bc007f549f9 Mon Sep 17 00:00:00 2001 From: jean-robin medori Date: Fri, 15 Nov 2024 17:31:27 +0100 Subject: [PATCH] FIx minor typo --- docs/userman/advanced_features/auth/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userman/advanced_features/auth/authentication.md b/docs/userman/advanced_features/auth/authentication.md index 1c35a0975..926a455fa 100644 --- a/docs/userman/advanced_features/auth/authentication.md +++ b/docs/userman/advanced_features/auth/authentication.md @@ -464,7 +464,7 @@ in order to properly connect to the Microsoft Entra ID service: === "Using Python configuration" ```python title="main.py" - Config.configure_authentication(protocol="ldap", + Config.configure_authentication(protocol="entra_id", client_id="my-client-id", tenant_id="my-tenant-id", secret_key = "my-ultra-secure-and-ultra-long-secret",