Swagger
We use Swagger to document our APIs. Swashbuckle We use Swashbuckle to generate the documentation. Further documentation on Swashbuckle.AspNetCore is available here The configurations described below are all located in Program.cs in the AddSwaggerGen method. Configure authorization Most of our APIs requires authorization. To enable the end user to test these endpoints through Swagger support for authentication must be configured. Authorization box in Swagger The authorization box above is created with the configuration below. »