Using JSON Web Tokens (JWT) with Azure Functions (WITHOUT using Active Directory)

后端 未结 5 1893
渐次进展
渐次进展 2021-01-31 21:04

I am sure someone out there has already done this, but I have yet to find any documentation with regard to the Microsoft implementation of JWT. The official documentation from

5条回答
  •  日久生厌
    2021-01-31 21:20

    I created an Azure Functions input binding for JWT Token Validation. You can use this as an extra parameter with the [JwtBinding] attribute. See https://hexmaster.nl/posts/az-func-jwt-validator-binding/ for source and NuGet package information.

提交回复
热议问题