Ocelot Authentication using JwtBearer always returns 401 Unauthorized – Asp.net
We have built a microservices application which consists of 3 main services. We needed to have an Api Gateway for routing and mainly for authentication and authorizations purposes as 2 of the 3 services need to have an authenticated user…