Skip to content

Commit 7f1e417

Browse files
committed
oidc todo
1 parent a6920fa commit 7f1e417

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

source/whats-new.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ The 5.1.1 driver patch release includes the following changes:
5959

6060
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
6161
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.
6568

6669
.. _kotlin-sync-version-5.1:
6770

@@ -98,9 +101,11 @@ Improvements in 5.1
98101
native applications by using the GraalVM native-image tool.
99102

100103
- 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.
104109

105110
- Fixes an issue in which operations used the incorrect codec when using
106111
a polymorphic ``MongoCollection`` instance. This ensures that

0 commit comments

Comments
 (0)