test 수정
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user