azure-functions-openapi-extension icon indicating copy to clipboard operation
azure-functions-openapi-extension copied to clipboard

postman test BearerFormat = "JWT"

Open DBJDBJ opened this issue 2 years ago • 2 comments

Describe the issue Lack of documentation. I would love if someone shows me the postman call to test:

[OpenApiSecurity("user_auth_header", SecuritySchemeType.Http, Scheme = OpenApiSecuritySchemeType.Bearer, BearerFormat = "JWT", Name = "Authorization")]

DBJDBJ avatar Jul 19 '22 08:07 DBJDBJ

@DBJDBJ Does this blog post help? https://devkimchi.com/2021/10/06/securing-azure-function-endpoints-via-openapi-auth/

I thought I had documented. I'll add that.

justinyoo avatar Aug 18 '22 14:08 justinyoo

thanks @justinyoo , that generates a lot of useful C# code ... Is there anything similar for node js or typescript Azure Functions dwellers?

DBJDBJ avatar Aug 19 '22 05:08 DBJDBJ