SUPPORT-8407: Fix

This commit is contained in:
Eduard Tihomirov 2024-08-07 13:33:27 +03:00
parent 08f6639c73
commit b947bab361

View file

@ -85,6 +85,7 @@ public class EsiaAuthService {
"client_secret", clientSecret,
"response_type", responseType,
"redirect_uri", redirectUrlEncoded,
"obj_type", "B L F A",
"client_certificate_hash", CLIENT_CERTIFICATE_HASH);
return makeRequest(url, params);