We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd41026 commit ad59b9cCopy full SHA for ad59b9c
1 file changed
src/Microsoft.OpenApi/Services/OpenApiFilterService.cs
@@ -80,7 +80,7 @@ public static OpenApiDocument CreateFilteredDocument(OpenApiDocument? source, Fu
80
},
81
82
Components = components,
83
- SecurityRequirements = source?.Security,
+ Security = source?.Security,
84
Servers = source?.Servers
85
};
86
0 commit comments