File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -452,15 +452,28 @@ Authentication Options
452
452
453
453
- External authentication using LDAP. You can also use ``PLAIN``
454
454
for authenticating in-database users. ``PLAIN`` transmits
455
- passwords in plain text. This mechanism is available only in
456
- `MongoDB Enterprise
457
- <http://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_.
455
+ passwords in plain text. This mechanism is
456
+ available in `MongoDB Enterprise
457
+ <http://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_
458
+ and `MongoDB Atlas
459
+ <https://www.mongodb.com/atlas/database?tck=docs_server>`_.
458
460
459
461
* - :manual:`MONGODB-OIDC </core/security-oidc/>` (OpenID Connect)
460
462
461
463
- External authentication using OpenID Connect. This mechanism is
462
- available only in `MongoDB Enterprise
463
- <http://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_.
464
+ available in `MongoDB Enterprise
465
+ <http://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_
466
+ and `MongoDB Atlas
467
+ <https://www.mongodb.com/atlas/database?tck=docs_server>`_.
468
+
469
+ * - ``MONGODB-AWS`` (AWS IAM)
470
+
471
+ - External authentication using Amazon Web Services Identity and
472
+ Access Management (AWS IAM) credentials. This mechanism is
473
+ available in `MongoDB Enterprise
474
+ <http://www.mongodb.com/products/mongodb-enterprise-advanced?jmp=docs>`_
475
+ and `MongoDB Atlas
476
+ <https://www.mongodb.com/atlas/database?tck=docs_server>`_.
464
477
465
478
.. option:: --gssapiServiceName
466
479
You can’t perform that action at this time.
0 commit comments