Azure App Services Twitter Authentication Web API – Twitter-api
How do you use Azure App Services to authenticate a Web API Route? What do I need to send to the /api/test/auth route to return a 200!? The /api/test/noauth route works fine without the [Authorize] attribute. [Authorize] [HttpGet] [Route("auth")] public…