From e995a42500386de44e514770e3aa49f98d9b2bcf Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 29 May 2024 10:04:14 -0500 Subject: [PATCH] Update source/auth/auth.md Co-authored-by: Jeff Yemin --- source/auth/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth.md b/source/auth/auth.md index b54f7b4a6c..17c3f8bc36 100644 --- a/source/auth/auth.md +++ b/source/auth/auth.md @@ -1203,7 +1203,7 @@ in the MONGODB-OIDC specification, including sections or blocks that specificall > [!NOTE] > Drivers MUST parse the `TOKEN_RESOURCE` by splitting only on the first `:` character. Drivers MUST document that users -> must use `TOKEN_RESOURCE` as part of a `MongoClient` option it contains a comma `,` character, since it would +> must specify `TOKEN_RESOURCE` as part of a `MongoClient` option it contains a comma `,` character, since it would > interfere with the parsing rules for `authMechanismProperties`. - username\