Skip to content

Commit

Permalink
DOCSP-45381-oidc-authmechanism (#10275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhuh-mdb authored Nov 18, 2024
1 parent c31b9fb commit b9c8b8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/reference/connection-string-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,13 @@ credentials are authenticated against the ``admin`` database.

- :ref:`PLAIN <security-auth-ldap>` (LDAP SASL)

- ``MONGODB-OIDC`` (OpenID Connect OIDC), you must also set the
:urioption:`authMechanismProperties` ``ENVIRONMENT`` variable
- ``MONGODB-OIDC`` (OpenID Connect OIDC). To use ``MONGODB-OIDC``, you
must either:

- Set the :urioption:`authMechanismProperties` ``ENVIRONMENT``
variable.

- Provide an OIDC callback to the client constructor.

Only MongoDB Enterprise :binary:`~bin.mongod` and
:binary:`~bin.mongos` instances provide ``GSSAPI`` (Kerberos) and
Expand Down

0 comments on commit b9c8b8b

Please sign in to comment.