We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049b7ef commit 085b945Copy full SHA for 085b945
identity-server/hosts/Main10/IdentityServerExtensions.cs
@@ -1,12 +1,12 @@
1
// Copyright (c) Duende Software. All rights reserved.
2
// See LICENSE in the project root for license information.
3
4
-using Duende.IdentityServer.Hosts.Shared.Configuration;
5
using System.Security.Cryptography.X509Certificates;
6
using Duende.IdentityModel;
7
using Duende.IdentityServer;
8
using Duende.IdentityServer.Configuration;
9
using Duende.IdentityServer.Configuration.RequestProcessing;
+using Duende.IdentityServer.Hosts.Shared.Configuration;
10
using Duende.IdentityServer.Hosts.Shared.Customization;
11
using Microsoft.AspNetCore.Authentication.Certificate;
12
using Microsoft.IdentityModel.Tokens;
0 commit comments