openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] Add support for SecuritySchema mutualTLS

Open nicdard opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

The current specification version, 3.1, supports the mutualTLS see:

  • https://spec.openapis.org/oas/v3.1.0#security-scheme-object
  • https://learn.openapis.org/specification/security.html#mutual-tls

However the generator is not supporting this yet.

Describe the solution you'd like

I would like to have support for parsing the mutual TLS security scheme, so that generators could be enhanced to support it as well

Describe alternatives you've considered

Additional context

nicdard avatar May 01 '24 20:05 nicdard