File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,12 @@ The 5.1.1 driver patch release includes the following changes:
59
59
60
60
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
61
61
include comma characters in the ``authMechanismProperties`` connection
62
- string value. To learn more about this behavior, see
63
- `MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ in the
64
- API documentation.
62
+ string value.
63
+
64
+ .. TODO: Link to OIDC content once completed
65
+ .. ex. To learn more about this behavior, see the
66
+ :ref:`MONGODB-OIDC <kotlin-sync-oidc>` section of the Enterprise
67
+ Authentication guide.
65
68
66
69
.. _kotlin-sync-version-5.1:
67
70
@@ -98,9 +101,11 @@ Improvements in 5.1
98
101
native applications by using the GraalVM native-image tool.
99
102
100
103
- Enhanced support for the ``MONGODB-OIDC`` authentication mechanism.
101
- To learn more about OIDC, see
102
- `MongoCredential <{+core-api+}/com/mongodb/MongoCredential.html>`__ in the
103
- API documentation.
104
+
105
+ .. TODO: Link to OIDC content once completed
106
+ .. ex. To learn more about OIDC, see the
107
+ :ref:`MONGODB-OIDC <kotlin-sync-oidc>` section of the Enterprise
108
+ Authentication guide.
104
109
105
110
- Fixes an issue in which operations used the incorrect codec when using
106
111
a polymorphic ``MongoCollection`` instance. This ensures that
You can’t perform that action at this time.
0 commit comments