diff --git a/src/content/docs/identityserver/troubleshooting/index.mdx b/src/content/docs/identityserver/troubleshooting/index.mdx index f252b76f..3c251f45 100644 --- a/src/content/docs/identityserver/troubleshooting/index.mdx +++ b/src/content/docs/identityserver/troubleshooting/index.mdx @@ -93,8 +93,8 @@ Log.Logger = new LoggerConfiguration() ## WAF Rules -Data protected data can contain '--' (two dashes) and some firewalls disallow that because it looks like a sql -comment/injection. This is not an IdentityServer issue but something that should be fixed on the firewall. +Data protected data can contain `--` (two dashes), which some firewalls disallow that because it looks like a SQL +comment/injection. This is not an IdentityServer issue but something that should be fixed on the web application firewall. ## IdentityServerOptions.EmitStaticAudienceClaim and Token Validation @@ -124,8 +124,7 @@ Microsoft.IdentityModel set of libraries. These libraries provide token and conf The `Microsoft.IdentityModel.*` libraries used by Duende IdentityServer all have to be of exactly the same version However, this is not enforced by NuGet so it is common to end up with an application that brings in different versions -of -`Microsoft.IdentityModel.*` through transitive dependencies. +of `Microsoft.IdentityModel.*` through transitive dependencies. Version conflicts can cause unexpected issues reading configuration data and tokens, i.e. **IDX10500: Signature validation @@ -505,4 +504,4 @@ Even loading a certificate can fail, since the load operation could attempt to s [1]: https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509keystorageflags [2]: /identityserver/ui/server-side-sessions -[3]: https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs \ No newline at end of file +[3]: https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs