托管身份是否使用 ADAL?

发布于 2025-01-11 16:14:28 字数 549 浏览 0 评论 0原文

托管身份是否使用 Azure Active Directory 身份验证库 (ADAL),特别是对于文档 [1] 中的此命令?

curl 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fstorage.azure.com%2F' -H Metadata:true

[1] https://learn.microsoft.com/en-us/azure/active-directory/management-identities-azure-resources/tutorial-linux-vm-access-storage

Is Managed Identities using Azure Active Directory Authentication Library (ADAL), especially for this command from the doc[1]?

curl 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fstorage.azure.com%2F' -H Metadata:true

[1] https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-linux-vm-access-storage

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧瑾黎汐 2025-01-18 16:14:28

您可以安全地使用托管身份,而不必担心由于 ADAL 弃用指南而必须迁移到其他身份。此流程中未使用 ADAL,这方面的任何内部依赖项均由 Microsoft 处理。

You can safely use managed identities, without worrying about having to migrate to something else due to the guidance for ADAL deprecation. There is no use of ADAL in this flow, and any internal dependencies in this regard are handled by Microsoft.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文