You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/index.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,6 @@ Configuration data guidelines:
69
69
* Don't use production secrets in development or test environments.
70
70
* Specify secrets outside of the project so that they can't be accidentally committed to a source code repository.
71
71
72
-
Configuration data guidelines:
73
-
74
-
* 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.
75
-
* Don't use production secrets in development or test environments.
76
-
* Specify secrets outside of the project so that they can't be accidentally committed to a source code repository.
77
-
78
72
For more information, see:
79
73
80
74
*[Managed identity best practice recommendations](/entra/identity/managed-identities-azure-resources/managed-identity-best-practice-recommendations)
0 commit comments