-
Notifications
You must be signed in to change notification settings - Fork 25.1k
ROPC remediation - configuration/index.md, use-http-context.md, new include file #33858
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
Conversation
| * Never store passwords or other sensitive data in configuration provider code or in plain text configuration files. The [Secret Manager](xref:security/app-secrets) tool can be used to store secrets in development. | ||
| * Don't use production secrets in development or test environments. | ||
| * Specify secrets outside of the project so that they can't be accidentally committed to a source code repository. | ||
| * Avoid the use of passwords in production apps; for more information, see [Secure authentication flows](xref:security/index#secure-authentication-flows). |
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.
same
Co-authored-by: Tom Dykstra <[email protected]>
Rick-Anderson
left a comment
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.
Fix
avoid the use of passwords in production apps
Fixed. I forgot it was also in the 6 and 7 includes. |
Fixed the text that the review asked to be fixed.
Rick-Anderson
left a comment
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.
nice
Fixes #33860
Contributes to #33757
Internal previews