Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
I followed the excellent guide to configuration bearer auth and configured our functions to generate swagger documentation but the swagger UI does not allow setting the bearer token.
Here is our FunctionAppConfiguration, are we doing something incorrect or is enabling setting the token in the openapi UI not a feature (yet)?
I followed the excellent guide to configuration bearer auth and configured our functions to generate swagger documentation but the swagger UI does not allow setting the bearer token.
Here is our FunctionAppConfiguration, are we doing something incorrect or is enabling setting the token in the openapi UI not a feature (yet)?
I checked the generated
openapi.yaml
and it seems to be missing the section related to auth as described here: https://swagger.io/docs/specification/authentication/bearer-authentication/ - I'm just not sure if I am doing something wrong or if we should send a PR :)