File tree Expand file tree Collapse file tree
src/content/docs/identityserver/troubleshooting Expand file tree Collapse file tree Original file line number Diff line number Diff 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
125125The ` Microsoft.IdentityModel.* ` libraries used by Duende IdentityServer all have to be of exactly the same version
126126However, 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
130129Version conflicts can cause unexpected issues reading configuration data and tokens, i.e. ** IDX10500: Signature
131130validation
@@ -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
You can’t perform that action at this time.
0 commit comments