-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Milestone
Description
Description
Hi,
CodegenSecurity does no have a property for vendorExtensions and therefore it is not populated by the values provided from SecuritySchemeDefinition.
But the spec dictates that those values should be available as displayed here:
Swagger-codegen version
2.2.2, but confirmed that the issue is present in the 2.3.0 and 3.0.0 branches
Related issues/PRs
Not directly linked to this but similar to: #4022
Suggest a fix/enhancement
- Add the vendorExtensions property to
CodegenSecurity
. - Populate the extensions at
DefaultCodegen.fromSecurity()