This is a recipe for setting up SwaggerUI for a secure Asp.Net Core 2.2 WebApi. In this recipe we will use the ClientCredentials flow. This means that you must get the token from somewhere, or generate it programmatically. Later I’ll …

Swagger UI and Authentication in Asp.Net Core 2.2 Read more »