Skip to content

Commit 25e87bc

Browse files
authored
Merge pull request #1010 from DuendeSoftware/maartenba-patch-1
Update troubleshooting documentation for WAF rules
2 parents fe95064 + 7728bbc commit 25e87bc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • src/content/docs/identityserver/troubleshooting

src/content/docs/identityserver/troubleshooting/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Log.Logger = new LoggerConfiguration()
9393

9494
## WAF Rules
9595

96-
Data protected data can contain '--' (two dashes) and some firewalls disallow that because it looks like a sql
97-
comment/injection. This is not an IdentityServer issue but something that should be fixed on the firewall.
96+
Data protected data can contain `--` (two dashes), which some firewalls disallow that because it looks like a SQL
97+
comment/injection. This is not an IdentityServer issue but something that should be fixed on the web application firewall.
9898

9999
## IdentityServerOptions.EmitStaticAudienceClaim and Token Validation
100100

@@ -124,8 +124,7 @@ Microsoft.IdentityModel set of libraries. These libraries provide token and conf
124124

125125
The `Microsoft.IdentityModel.*` libraries used by Duende IdentityServer all have to be of exactly the same version
126126
However, this is not enforced by NuGet so it is common to end up with an application that brings in different versions
127-
of
128-
`Microsoft.IdentityModel.*` through transitive dependencies.
127+
of `Microsoft.IdentityModel.*` through transitive dependencies.
129128

130129
Version conflicts can cause unexpected issues reading configuration data and tokens, i.e. **IDX10500: Signature
131130
validation
@@ -505,4 +504,4 @@ Even loading a certificate can fail, since the load operation could attempt to s
505504

506505
[1]: https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509keystorageflags
507506
[2]: /identityserver/ui/server-side-sessions
508-
[3]: https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs
507+
[3]: https://github.com/DuendeSoftware/products/blob/main/identity-server/src/IdentityServer/Configuration/DependencyInjection/PostConfigureApplicationCookieTicketStore.cs

0 commit comments

Comments
 (0)