From d22ff82d6966f7e22ed5b12b4656c3accb92bd29 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 5 Sep 2023 12:08:26 -0500 Subject: [PATCH] Update source/auth/auth.rst Co-authored-by: Anna Henningsen --- source/auth/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth.rst b/source/auth/auth.rst index 82420f711b..6177c41fc2 100644 --- a/source/auth/auth.rst +++ b/source/auth/auth.rst @@ -1295,7 +1295,7 @@ If using the ``JwtStepRequest`` directly, the conversation will look like: | S: :javascript:`{conversationId : 1, payload: BinData(0,"..."), done: true, ok: 1}` Drivers MUST NOT send a ``PrincipalStepRequest`` when performing machine authentication -or when there is a cached Access Token. Drivers must instead use ``saslStart`` with a ``JwtStepRequest``. +or when there is a cached Access Token. Drivers MUST instead use ``saslStart`` with a ``JwtStepRequest``. Caching ```````