托管身份是否使用 ADAL?
托管身份是否使用 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
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以安全地使用托管身份,而不必担心由于 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.