luigidemasi opened a new pull request, #23926:
URL: https://github.com/apache/camel/pull/23926

   Follow-up of 
[CAMEL-23685](https://issues.apache.org/jira/browse/CAMEL-23685) which 
introduced the public `OAuthTokenValidationFactory` SPI and `oauthProfile` 
support for `platform-http`, this PR extends incoming `Authorization: Bearer` 
token validation to the main HTTP consumer components via the same SPI and 
`camel.oauth.<profile>.*` configuration — no 
JWT/JWKS/OIDC-discovery/introspection logic is duplicated into any component:
   
   ```java
   from("undertow:http://0.0.0.0:8080/secure?oauthProfile=myprofile";)
   from("netty-http:http://0.0.0.0:8080/secure?oauthProfile=myprofile";)
   from("jetty:http://0.0.0.0:8080/secure?oauthProfile=myprofile";)


-- 
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]

Reply via email to