Skip to content

Commit

Permalink
updates from PYTHON-3601
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Apr 26, 2024
1 parent d149fe3 commit 91c1891
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/fundamentals/enterprise-authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ see the corresponding syntax.
.. tab:: Connection String
:tabid: mongodb-azure-imds-connection-string

The following code example shows how to specify Azure IMDS OIDC authenticaton.
The following code example shows how to specify Azure IMDS OIDC authentication.
Replace the ``<resource>`` placeholder with the percent-encoded application or
service that the OIDC access token is intended for.

Expand All @@ -306,9 +306,10 @@ see the corresponding syntax.
.. tab:: MongoCredential
:tabid: mongodb-azure-mongo-credential

The following code example shows how to specify Azure IMDS OIDC authenticaton.
Replace the ``<username>`` placeholder with the client ID of the Azure managed
identity, and replace the ``<resource>`` placeholder with the percent-encoded
The following code example shows how to specify Azure IMDS OIDC authentication.
Replace the ``<username>`` placeholder with the client ID or application ID of the
Azure managed identity or enterprise application. Replace the ``<resource>``
placeholder with the percent-encoded
application or service that the OIDC access token is intended for.

.. code-block:: csharp
Expand Down

0 comments on commit 91c1891

Please sign in to comment.