test 수정

This commit is contained in:
25W0075
2025-12-17 11:45:14 +09:00
parent 6d7e14a50e
commit 14b70a5add
@@ -120,7 +120,8 @@ public class HttpClientAccessTokenServiceWithBase64NiceOn implements HttpClientA
formParams.add(new BasicNameValuePair("scope", oAuthCredentialVo.getScope()));
formParams.add(new BasicNameValuePair("grant_type", oAuthCredentialVo.getGrantType()));
String postParameters = "client_id=" + oAuthCredentialVo.getClientId() + "&client_secret=" + oAuthCredentialVo.getClientSecret() + "&scope=" + oAuthCredentialVo.getScope() + "&grant_type=" + oAuthCredentialVo.getGrantType();
//String postParameters = "client_id=" + oAuthCredentialVo.getClientId() + "&client_secret=" + oAuthCredentialVo.getClientSecret() + "&scope=" + oAuthCredentialVo.getScope() + "&grant_type=" + oAuthCredentialVo.getGrantType();
String postParameters = "grant_type=" + oAuthCredentialVo.getGrantType() + "&scope=" + oAuthCredentialVo.getScope();
// mTLS config with default connection parameters