I have a .Net Core web API application currently using JWT Token Authentication approach. there is a requirement to provide some APIs to a exnternal integration with Basic Authentication approach. How can I acheive both options in a single .Net Core Web API solution?
I tried to add Basic authentication and it overided the existing the Token authentication.