Skip to content

Commit f1bf60d

Browse files
committed
mark ropc done
1 parent a363bd6 commit f1bf60d

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.custom: mvc
88
ms.date: 04/26/2024
99
uid: fundamentals/configuration/index
1010
---
11+
<!-- ms.sfi.ropc: t -->
1112
# Configuration in ASP.NET Core
1213

1314
By [Rick Anderson](https://twitter.com/RickAndMSFT) and [Kirk Larkin](https://twitter.com/serpent5)

aspnetcore/fundamentals/configuration/index/includes/index3-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::moniker range=">= aspnetcore-5.0 < aspnetcore-6.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
<a name="kestrel"></a>
44

55
## Kestrel endpoint configuration

aspnetcore/fundamentals/configuration/index/includes/index6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::moniker range="= aspnetcore-6.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
Application configuration in ASP.NET Core is performed using one or more [configuration providers](#cp). Configuration providers read configuration data from key-value pairs using a variety of configuration sources:
44

55
* Settings files, such as `appsettings.json`

aspnetcore/fundamentals/configuration/index/includes/index7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::moniker range="= aspnetcore-7.0"
2-
2+
<!-- ms.sfi.ropc: t -->
33
Application configuration in ASP.NET Core is performed using one or more [configuration providers](#cp). Configuration providers read configuration data from key-value pairs using a variety of configuration sources:
44

55
* Settings files, such as `appsettings.json`

aspnetcore/includes/managed-identities-conn-strings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ ms.author: tdykstra
44
ms.date: 10/16/2024
55
ms.topic: include
66
---
7+
<!-- ms.sfi.ropc: t -->
78
> [!WARNING]
89
> This article shows the use of connection strings. With a local database the user doesn't have to be authenticated, but in production, connection strings sometimes include a password to authenticate. A resource owner password credential (ROPC) is a security risk that should be avoided in production databases. Production apps should use the most secure authentication flow available. For more information on authentication for apps deployed to test or production environments, see [Secure authentication flows](xref:security/index#secure-authentication-flows).

0 commit comments

Comments
 (0)