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.
297
297
The following code example shows how to specify Azure IMDS OIDC authentication.
298
298
Replace the ``<percent-encoded audience>`` placeholder with the percent-encoded
299
299
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.
300
304
301
305
.. code-block:: csharp
302
306
@@ -346,7 +350,11 @@ see the corresponding syntax.
346
350
The following code example shows how to specify GCP IMDS OIDC authentication as
347
351
part of the authentication string.
348
352
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.
350
358
351
359
.. code-block:: csharp
352
360
You can’t perform that action at this time.
0 commit comments