Skip to content

Commit 352d9ac

Browse files
Update astro/src/content/docs/general/data-protection.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 1555ed9 commit 352d9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/content/docs/general/data-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ There are several ways that data protection problems can occur:
114114
always to specify an explicit application name, and if you have old keys that were generated without an explicit
115115
application name, you need to set your application name to match the default behavior that produced the keys you want
116116
to be able to read.
117-
4. If your IdentityServer is hosted by IIS, special configuration is needed for data protection. In most default
117+
4. If you host on IIS, special configuration is needed for data protection. In most default
118118
deployments, IIS lacks the permissions required to persist data protection keys, and falls back to using an ephemeral
119119
key generated every time the site starts up. Microsoft's docs on this issue
120120
are [here](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/advanced?view=aspnetcore-7.0#data-protection).

0 commit comments

Comments
 (0)