You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/IdentityServer4/test/IdentityServer.UnitTests/Extensions/IdentityServerBuilderExtensionsCryptoTests.cs
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
1
+
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3
3
4
4
5
5
usingIdentityServer4;
6
6
usingIdentityServer4.Configuration;
7
7
usingMicrosoft.Extensions.DependencyInjection;
8
+
usingMicrosoft.IdentityModel.Logging;
8
9
usingMicrosoft.IdentityModel.Tokens;
9
10
usingSystem;
10
11
usingSystem.IO;
@@ -21,7 +22,9 @@ public void AddSigningCredential_with_json_web_key_containing_asymmetric_key_sho
0 commit comments