'In Swashbuckle how how can I add a SecurityDefinition that will require two custom fields to be sent via http header
Take the image below for example it is passing username and password via http header. Instead of passing username and password, I need a way that for a particular securityScheme I can pass custom headers.
I need this to be configurable so that in future I may pass two or more.
When I change the type to SecuritySchemeType.ApiKey it shows each option individually.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

