Skip to content

Commit 00d177d

Browse files
authored
DOCSP-40566 - Sync OIDC (#95)
1 parent 6484b8f commit 00d177d

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
@@ -220,6 +220,11 @@ For more information about the MONGODB-OIDC authentication mechanism, see
220220
:manual:`MongoDB Server Parameters </reference/parameters/#mongodb-parameter-param.oidcIdentityProviders>`
221221
in the {+mdb-server+} manual.
222222

223+
.. note::
224+
225+
Because Python's Standard Library doesn't support asynchronous HTTP requests,
226+
all OIDC requests from {+driver-short+} are synchronous and block the ``asyncio`` loop.
227+
223228
.. _pymongo-mongodb-oidc-azure-imds:
224229

225230
Azure IMDS

0 commit comments

Comments
 (0)