Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ When connected to MongoDB 3.2 or earlier:

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to "$external".

- password

Expand Down Expand Up @@ -445,7 +445,7 @@ proprietary implementation called SSPI which is compatible with both Windows and

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to "$external".

- password

Expand Down Expand Up @@ -943,7 +943,7 @@ Examples are provided below.

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to "$external".

- password

Expand Down Expand Up @@ -1252,7 +1252,7 @@ in the MONGODB-OIDC specification, including sections or blocks that specificall

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to "$external.

- password

Expand Down
Loading