Open
Description
At the moment, when users enable authentication in their ASP.NET apps, they typically have to manually the describe the OpenApiSecuritySchemes
in their application and the top level and configure OpenApiSecurityRequirements
for each route that requires authentication and authorization.
We should infer as much of these definitions as possible so users don't need to configure auth twice, once for their application and another time for OpenAPI.
Provide metadata support for parts of the specification documented in https://swagger.io/docs/specification/authentication/.
Metadata
Metadata
Assignees
Labels
Work that is critical for the release, but we could probably ship withoutIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesThis issue represents an ask for new feature or an enhancement to an existing one