From d50c0ab62e51b5b7eb13cbbb345fabf3031a4231 Mon Sep 17 00:00:00 2001 From: Sarah Simpers Date: Tue, 20 Feb 2024 09:34:06 -0500 Subject: [PATCH] (DOCSP-36948) Changes authorization to authentication in one spot --- source/fundamentals/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/authentication.txt b/source/fundamentals/authentication.txt index f4624d88..67423632 100644 --- a/source/fundamentals/authentication.txt +++ b/source/fundamentals/authentication.txt @@ -145,7 +145,7 @@ string as follow: .. tip:: Default Mechanism - MongoDB version 4.0 uses ``SCRAM-SHA-1`` as the default authorization mechanism + MongoDB version 4.0 uses ``SCRAM-SHA-1`` as the default authentication mechanism if the server does not support ``SCRAM-SHA-256``. To learn more on specifying the default mechanism, see :ref:`csharp-authentication-default`.