Browse Source

Update IdentityModelAuthenticationService.cs

pull/4173/head
maliming 6 years ago
committed by GitHub
parent
commit
b2220b60be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      framework/src/Volo.Abp.IdentityModel/Volo/Abp/IdentityModel/IdentityModelAuthenticationService.cs

1
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)

Loading…
Cancel
Save