Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

Auth Methods with the same friendlyShort text are overwritten for use in Swagger UI #199

Open DonMartin76 opened 5 years ago

DonMartin76 commented 5 years ago

To be able to distinguish the authentication methods in Swagger UI, the friendlyShort text is used for display in Swagger UI. In case multiple Auth Methods share the same friendlyShort text, only one of these auth methods will be displayed in Swagger UI, as they overwrite each other in the generated OpenAPI JSON output.

Difficult to tell what we should do about this.