Skip to content

Commit

Permalink
mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Poliakov committed Aug 20, 2024
1 parent 289fffe commit 6bc56d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6bc56d0

Please sign in to comment.