File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ see the corresponding syntax.
297297 The following code example shows how to specify Azure IMDS OIDC authentication.
298298 Replace the ``<percent-encoded audience>`` placeholder with the percent-encoded
299299 value of the ``audience`` parameter configured on your MongoDB deployment.
300+
301+ You cannot pass values containing the comma (``,``) character to the ``authMechanismProperties``
302+ option. You must specify values that contain commas in a ``MongoCredential`` object,
303+ as demonstrated in the :guilabel:`MongoCredential` tab.
300304
301305 .. code-block:: csharp
302306
@@ -346,7 +350,11 @@ see the corresponding syntax.
346350 The following code example shows how to specify GCP IMDS OIDC authentication as
347351 part of the authentication string.
348352 Replace the ``<audience>`` placeholder with the
349- value of the ``audience`` parameter configured on your MongoDB deployment.
353+ value of the ``audience`` parameter configured on your MongoDB deployment.
354+
355+ You cannot pass values containing the comma (``,``) character to the ``authMechanismProperties``
356+ option. You must specify values that contain commas in a ``MongoCredential`` object,
357+ as demonstrated in the :guilabel:`MongoCredential` tab.
350358
351359 .. code-block:: csharp
352360
You can’t perform that action at this time.
0 commit comments