I have a requirement where Multiple WebAPI services(i.e. WebAPI1,WebAPI2,WebAPI3 etc.) work for the same product and as per requirement we need to use single Middleware to Authenticate the request for All WebAPI services(i.e. WebAPI1,WebAPI2,WebAPI3 etc.)
after lots of R&d i found nothing that's works for Multiple API. Guys Please suggest the better way.