Skip to content

Commit

Permalink
Ticket #809 : Fix client certificate forwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
thabart committed Nov 13, 2024
1 parent c99f82d commit a0200c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IdServer/SimpleIdServer.IdServer.Startup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ CREATE TABLE IF NOT EXISTS "public"."DistributedCache"
});
}

if(identityServerConfiguration.IsClientCertificateEnabled)
if(identityServerConfiguration.IsClientCertificateForwarded)
{
builder.Services.AddCertificateForwarding(options =>
{
Expand Down

0 comments on commit a0200c7

Please sign in to comment.