davsclaus commented on code in PR #17116: URL: https://github.com/apache/camel/pull/17116#discussion_r1956107720
########## components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java: ########## @@ -244,6 +244,7 @@ private HttpClientConfigurer configureOAuth2Authentication( String clientSecret = getParameter(parameters, "oauth2ClientSecret", String.class); String tokenEndpoint = getParameter(parameters, "oauth2TokenEndpoint", String.class); String scope = getParameter(parameters, "oauth2Scope", String.class); + String resourceIndicator = getParameter(parameters, "resourceIndicator", String.class); Review Comment: This should be the same name as on the endpoint, oauth2ResourceIndicator -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org