Use Any Authentication Handler for all Actions in Asp.Net Core 2.0
Asp.Net Core introduced a lot of changes with the latest 2.0 release. One was that only the default authentication scheme is automatically challenged without explicit specification. Here's a simple way to re enable the old behavior…