-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-45739 Adds nonce in Auth Req to OIDC connection settings #700
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docs-compass ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this addition, @jwilson-mdb! This one LGTM mod a nit.
Thanks,
Joe
request to prevent replay attacks. Enabled by default. | ||
|
||
The nonce is an important security component. This setting should | ||
only be disabled if it is not supported by your OIDC provider. |
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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!
DESCRIPTION
Updates OIDC connection settings to include the new checkbox
Send a nonce in the Auth Code Request
Note - the description here is based on the UI description in the eng PR.
STAGING
https://deploy-preview-700--docs-compass.netlify.app/connect/advanced-connection-options/authentication-connection/#oidc
JIRA
https://jira.mongodb.org/browse/DOCSP-45739
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?