简体   繁体   English

在 nodejs javascript 中使用 JWT 和 Azure 函数(不使用 Active Directory)

[英]Using JWT with Azure Functions (WITHOUT using Active Directory) in nodejs javascript

I need a solution for authenticating azure function endpoints with node js and javascript without using azure active directory and to know what are the possible ways to authenticate the azure function endpoints.. I need a solution for authenticating azure function endpoints with node js and javascript without using azure active directory and to know what are the possible ways to authenticate the azure function endpoints..

Microsoft provided multiple security options to fully secure our function endpoints along with the Azure Active Directory Authentication but we can use one of the following options: Microsoft 提供了多种安全选项来完全保护我们的 function 端点以及 Azure Active Directory 身份验证,但我们可以使用以下选项之一:

  1. App Service Authentication Authentication/Authorization using AAD使用 AAD 的应用服务身份验证身份验证/授权
  2. Azure API Management provides a different API security options for incoming requests that you can configure your function app to accept requests only from the IP address of your APIM instance or specify the required access level IPs. Azure API Management provides a different API security options for incoming requests that you can configure your function app to accept requests only from the IP address of your APIM instance or specify the required access level IPs.
  3. You can deploy your function app in an isolated app service environment which lets you configure the private DNS Zone and an application gateway acts as Firewall.您可以将 function 应用程序部署在隔离的应用程序服务环境中,该环境允许您配置私有 DNS 区域,应用程序网关充当防火墙。
  4. Azure Front Door is also one of the option to secure the endpoint of HTTP requests. Azure Front Door 也是保护 HTTP 请求端点的选项之一。

To know more information on the above options, refer these Microsoft Documentation and MS Doc2 .要了解有关上述选项的更多信息,请参阅这些Microsoft 文档MS Doc2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用仅adal javascript库的Azure Active Directory身份验证 - Azure Active Directory authentication using -only- the adal javascript library "使用 SubtleCrypto 验证 azure 活动目录令牌" - verify azure active directory token using SubtleCrypto 如何在不使用库的情况下在本机 Javascript 中验证 Azure OAuth 访问 JWT 令牌? - How to verify an Azure OAuth Access JWT Token in native Javascript without using a library? 使用 Nodejs 中的 azure 函数将图像从 URL 上传到 azure blob - Upload Image to azure blob from a URL using azure functions in Nodejs 使用 JavaScript/nodejs 计算目录中的文件数? - Count the number of files in a directory using JavaScript/nodejs? 使用纯 javascript 而不使用 Nodejs 下载 azure blob? - Download azure blob using purely javascript and no Nodejs? 使用Java使用Azure函数重用数据库连接 - Reusing Database Connections With Azure Functions Using Javascript 如何在没有nodejs的情况下使用javascript连接到rabbitmq - how to connect to rabbitmq using javascript without nodejs 如何在不使用库的情况下在 javascript 中解码 jwt 令牌? - How to decode jwt token in javascript without using a library? 获取 Azure 活动目录令牌 javascript - Getting Azure active directory token javascript
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM