Skip to content

Commit 246183e

Browse files
wcabusmaartenba
andauthored
Apply suggestions from code review
Co-authored-by: Maarten Balliauw <[email protected]>
1 parent 63ac54d commit 246183e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/identityserver/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ When dealing with external authentication, you may want to implement `OnTicketRe
271271

272272
## X.509 Certificates
273273

274-
When your IdentityServer setup is hosted in a Windows environment, there's a high possibility that private key material
274+
When your IdentityServer is hosted in a Windows environment, it is possible that private key material
275275
is being stored or read from a user profile location. On Azure however, App Services are typically configured not to load
276276
a user profile because this brings overhead and is often not needed. This can result in runtime errors when IdentityServer
277277
attempts to generate or load key material:
@@ -302,9 +302,9 @@ To fix this issue on Azure hosted web applications, add the following environmen
302302
WEBSITE_LOAD_USER_PROFILE=1
303303
```
304304

305-
When saving this environment variable, your App Service will restart and Kudu (the engine behind git deployments in Azure App Service)
305+
After saving this environment variable, your App Service will restart and Kudu (the engine behind git deployments in Azure App Service)
306306
will load the user profile when running your web application.
307-
For more information about this and other Kudu configurable settings, see https://github.com/projectkudu/kudu/wiki/Configurable-settings.
307+
For more information about this and other Kudu configuration options, see https://github.com/projectkudu/kudu/wiki/Configurable-settings.
308308

309309
If you're hosting the web application using IIS on Windows, you'll need to configure the application pool to load the user profile. See https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/advanced?view=aspnetcore-9.0#data-protection
310310
for more information on how to configure the application pool.

0 commit comments

Comments
 (0)