From 6bc56d005d236155a5f6e77fbabfa34da452967f Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Tue, 20 Aug 2024 09:56:00 -0700 Subject: [PATCH] mdformat --- source/auth/auth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/auth/auth.md b/source/auth/auth.md index b2a82bdebd..65329d0255 100644 --- a/source/auth/auth.md +++ b/source/auth/auth.md @@ -1787,8 +1787,8 @@ def speculative_auth(connection): If any operation fails with `ReauthenticationRequired` (error code 391) and MONGODB-OIDC is in use, the driver MUST reauthenticate the connection. Drivers MUST NOT resend a `hello` message during reauthentication, instead using SASL -messages directly. Drivers MUST NOT try to use Speculative Authentication during reauthentication. -See the main [reauthentication](#reauthentication-1) section for more information. +messages directly. Drivers MUST NOT try to use Speculative Authentication during reauthentication. See the main +[reauthentication](#reauthentication-1) section for more information. To reauthenticate a connection, invalidate the access token stored on the connection (i.e. the *Connection Cache*) from the *Client Cache*, fetch a new access token, and re-run the SASL conversation.