Hi all,
For a project I am trying to improve, I would like to implement
something like the following:REST endpoints using Camel REST DSL. When a request is made, it can provide 2 possible authentication mechanisms. 1. Client can authenticate via SSL certificate 2. Client can send a Bearer token I think I see how to implement client cert authentication using options for Jetty, but I am unsure if/how to make it optional. Anyone have any thoughts? Thanks in advance! Deven Phillips
