Skip to content

Commit 1555ed9

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ that allow client applications and APIs to trust those tokens.
8787
## Common Problems
8888

8989
Common data protection problems occur when data is protected with a key that is not available when the data is later
90-
read. A common symptom is `CryptographicException`s in the application logs. For example, when automatic key
91-
management fails to read its signing keys due to a data protection failure, IdentityServer will log an error message
90+
read. A common symptom is `CryptographicException`s in the application logs. For example, when IdentityServer's automatic key
91+
management fails to read its signing keys due to a data protection failure, it will log an error message
9292
such as "Error unprotecting key with kid {Signing Key ID}.", and log the underlying
9393
`System.Security.Cryptography.CryptographicException`, with a message like "The key {Data Protection Key ID} was not
9494
found in the key ring."

0 commit comments

Comments
 (0)