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

后端 未结 5 1981
渐次进展
渐次进展 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条回答
  •  猫巷女王i
    2021-01-31 21:07

    Basically Azure Functions built on top of ASP.NET Core. By making some dependency injection tricks you could add your own authentication and policy-based authorization. I created demo solution with JWT authentication just for fun, beware to use it on production.

提交回复
热议问题