Skip to content

Commit 41c3409

Browse files
committed
DOCSP-40566 - Sync OIDC (#95)
(cherry picked from commit 00d177d)
1 parent 9f3bb7b commit 41c3409

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/security/enterprise-authentication.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ For more information about the MONGODB-OIDC authentication mechanism, see
215215
:manual:`MongoDB Server Parameters </reference/parameters/#mongodb-parameter-param.oidcIdentityProviders>`
216216
in the {+mdb-server+} manual.
217217

218+
.. note::
219+
220+
Because Python's Standard Library doesn't support asynchronous HTTP requests,
221+
all OIDC requests from {+driver-short+} are synchronous and block the ``asyncio`` loop.
222+
218223
.. _pymongo-mongodb-oidc-azure-imds:
219224

220225
Azure IMDS

0 commit comments

Comments
 (0)