Eetami commented on code in PR #6782:
URL: https://github.com/apache/nifi/pull/6782#discussion_r1053077940
##########
nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/nifi-oauth2-provider-service/src/main/java/org/apache/nifi/oauth2/StandardOauth2AccessTokenProvider.java:
##########
@@ -181,6 +205,7 @@ public class StandardOauth2AccessTokenProvider extends
AbstractControllerService
private volatile String authorizationServerUrl;
private volatile OkHttpClient httpClient;
+ private volatile String clientAuthenticationStrategy;
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]