Skip to content

Commit

Permalink
remove mtls settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Nov 23, 2020
1 parent 7aca404 commit eeee84b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IdentityServer/host/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ public void ConfigureServices(IServiceCollection services)
options.Events.RaiseInformationEvents = true;
options.EmitScopesAsSpaceDelimitedStringInJwt = true;
options.MutualTls.Enabled = true;
options.MutualTls.DomainName = "mtls";
//options.MutualTls.AlwaysEmitConfirmationClaim = true;
})
.AddInMemoryClients(Clients.Get())
.AddInMemoryIdentityResources(Resources.IdentityResources)
Expand Down

0 comments on commit eeee84b

Please sign in to comment.