From b2220b60be7a722feb65b73c1437fb60ec49d480 Mon Sep 17 00:00:00 2001 From: maliming <6908465+maliming@users.noreply.github.com> Date: Tue, 2 Jun 2020 20:59:55 +0800 Subject: [PATCH] Update IdentityModelAuthenticationService.cs --- .../Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs b/framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs index 5c878f33c0..3625aacb17 100644 --- a/framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs +++ b/framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs @@ -126,6 +126,7 @@ namespace Volo.Abp.IdentityModel IdentityClientConfiguration configuration) { var httpClient = HttpClientFactory.CreateClient(HttpClientName); + AddHeaders(httpClient); switch (configuration.GrantType)