Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
settings, |compass-short| uses the same proxy to connect to both
the cluster and identity provider.

* - Send a nonce in the Auth Code Request
- Optional. Includes a random nonce as a part of the auth code
request to prevent replay attacks. Enabled by default.

The nonce is an important security component. This setting should

Check failure on line 140 in source/connect/advanced-connection-options/authentication-connection.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'. Raw Output: {"message": "[MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'.", "location": {"path": "source/connect/advanced-connection-options/authentication-connection.txt", "range": {"start": {"line": 140, "column": 73}}}, "severity": "ERROR"}
only be disabled if it is not supported by your OIDC provider.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit]

Consider a stronger phrasing. Spitballing: "Only disable this setting if it is not supported by your OIDC provider."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Joe, I think shortening it up and removing should improves it quite a bit.
I'll update this to incorporate your suggestion!


.. _x509:

X.509
Expand Down
Loading