@@ -84,13 +84,15 @@ MongoDB supports the following SCRAM mechanisms:
84
84
To modify the iteration count for ``SCRAM-SHA-256``, see
85
85
:parameter:`scramSHA256IterationCount`.
86
86
87
- .. versionadded:: 4.0
87
+ When you create or update a SCRAM user, you can indicate:
88
88
89
- When creating or updating a SCRAM user, you can indicate the specific
90
- SCRAM mechanism as well as indicate whether the server or the client
91
- digests the password. When using ``SCRAM-SHA-256``, MongoDB requires
92
- server-side password hashing, i.e. the server digests the password. For
93
- details, see :method:`db.createUser()` and :method:`db.updateUser()`.
89
+ - the SCRAM mechanism to use
90
+ - whether the server or the client digests the password
91
+
92
+ When you use ``SCRAM-SHA-256``, MongoDB requires server-side password
93
+ hashing, which means that the server digests the password. For more
94
+ information, see :method:`db.createUser()` and
95
+ :method:`db.updateUser()`.
94
96
95
97
Driver Support
96
98
--------------
@@ -107,12 +109,16 @@ The minimum driver versions that support ``SCRAM`` are:
107
109
Additional Information
108
110
----------------------
109
111
110
- - `Blog Post: Improved Password-Based Authentication in MongoDB 3.0: SCRAM
111
- Explained (Part 1)
112
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
113
- odb-30-scram-explained-part-1?tck=docs_server>`_
112
+ .. include:: /includes/md5-and-scram-sha-1.rst
113
+
114
+ .. seealso::
115
+
116
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
117
+ (Part 1)
118
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
119
+ odb-30-scram-explained-part-1?tck=docs_server>`_
114
120
115
- - `Blog Post: Improved Password-Based Authentication in MongoDB 3.0 : SCRAM
116
- Explained (Part 2)
117
- <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
118
- odb-30-scram-explained-part-2?tck=docs_server>`_
121
+ - `Blog Post: Improved Password-Based Authentication: SCRAM Explained
122
+ (Part 2)
123
+ <https://www.mongodb.com/blog/post/improved-password-based-authentication-mong
124
+ odb-30-scram-explained-part-2?tck=docs_server>`_
0 commit comments