azure-functions-extensions-swashbuckle icon indicating copy to clipboard operation
azure-functions-extensions-swashbuckle copied to clipboard

Feature Request: Authentication in SwaggerUI

Open stephanruhland opened this issue 5 years ago • 1 comments

Hi yuka1984, is it possible to integrate authentication into the SwaggerUI?

See Swagger documentation here: https://swagger.io/docs/specification/authentication/

Kind regards

stephanruhland avatar Jan 27 '20 08:01 stephanruhland

@stephanruhland

#43 should address this for you, feel free to checkout my fork. The link you have provided is for openapi 3.0 which is not supported by the current swashbuckle version (4.x) used in this repo, it should work fine with openapi 2.0 standard.

dk-mushiyoke avatar May 09 '20 00:05 dk-mushiyoke