Update IdentityModelAuthenticationService.cs

pull/4173/head
maliming 5 years ago committed by GitHub
parent 7391aeb0cf
commit b2220b60be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,6 +126,7 @@ namespace Volo.Abp.IdentityModel
IdentityClientConfiguration configuration)
{
var httpClient = HttpClientFactory.CreateClient(HttpClientName);
AddHeaders(httpClient);
switch (configuration.GrantType)

Loading…
Cancel
Save