Skip to content

Commit d973b3c

Browse files
committed
Updates
1 parent 7968e4a commit d973b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/security/blazor-web-app-with-entra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ We strongly recommend that you avoid storing client secrets in project code or c
112112

113113
The [Secret Manager tool](xref:security/app-secrets) can store the server app's client secret under the configuration key `AzureAd:ClientSecret`.
114114

115-
The [sample app](#sample-app) has already been initialized for the Secret Manager tool, where a user secrets Id (`<UserSecretsId>`) is already present in the app's project file (`.csproj`). If you're working with an app that hasn't been initialized, use the following command from the server project's directory to establish a user secrets Id:
115+
The [sample app](#sample-app) hasn't been initialized for the Secret Manager tool. Use the following command from the server project's directory to establish a user secrets identifier (`<UserSecretsId>` in the app's project file):
116116

117117
```dotnetcli
118118
dotnet user-secrets init

0 commit comments

Comments
 (0)