简体   繁体   English

Azure Function app和root认证

[英]Azure Function app and root certification

I have an Azure Function App.我有一个 Azure Function 应用程序。 When I call it using a web browser it shows that a root certification is required, as it used the Baltimore cert.当我使用 web 浏览器调用它时,它显示需要根证书,因为它使用了巴尔的摩证书。

But when i use an simple device(GSM module) or POSTMAN, i can call my API without this root certificate.但是当我使用一个简单的设备(GSM 模块)或 POSTMAN 时,我可以在没有这个根证书的情况下调用我的 API。 Does this seem correct?这看起来正确吗?

This might be because the certificate got already added one in your postman .这可能是因为证书已经在您的 postman 中添加了一个 To check it, you can navigate to your Postman >> Settings >> Certificates .要检查它,您可以导航到您的Postman >> 设置 >> 证书

在此处输入图像描述

or you might have already setup the postman which calls key vault's Client Id and Certificate或者您可能已经设置了 postman ,它调用密钥保管库的客户端 ID 和证书

在此处输入图像描述

REFERENCES: Calling an Azure AD secured API with Postman参考资料: 调用 Azure AD 保护 API 与 Postman

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

相关问题 azure 应用服务上的受信任根证书 - Trusted root certificate on azure app services 我们可以为我们的 azure function 使用自签名认证吗,它按计时器计划/触发器运行 - Can we use self-signed certification for our azure function which run on timer schedule/trigger 部署Azure function到微软Azure中的应用服务 - Deploy Azure function to app service in Microsoft Azure Azure 自动化 - 无法停止 Azure Function App - Azure Automation - Cannot stop Azure Function App Azure 流畅管理 api 将自定义根域绑定到应用服务 - Azure fluent management api bind custom root domain to app service Azure Bicep - 将 Azure API 管理 (API) 连接到 Azure Function App - Azure Bicep - Connect Azure API Management (API) to Azure Function App LetsEncrypt 根证书过期中断 Azure Function 节点应用 - LetsEncrypt root certificate expiry breaks Azure Function Node application 从 Azure Function 应用程序迁移到 Azure 容器应用程序 - Migrate from Azure Function app to Azure Container app 在 python Azure Function App 中运行可执行文件 - Run an executable in python Azure Function App Sftp 重试逻辑 Azure function App - Sftp Retry Logic Inside Azure function App
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM