I have a requirement where all of the calls are authenticated with JWT/Filters but now I want that all the calls having /restexternal/ should bypass jwt authentication and should go with basic authentication. Is it possible to have 2 web security configurer or something? How we can achieve this?
I am able to exclude specific url from JWT authentication but how can I ask spring to go for basic auth? TIA