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",