File tree Expand file tree Collapse file tree
astro/src/content/docs/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ that allow client applications and APIs to trust those tokens.
8787## Common Problems
8888
8989Common 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
9292such 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
9494found in the key ring."
You can’t perform that action at this time.
0 commit comments