配置托管身份验证Azure的问题

配置托管身份验证Azure的问题

本文介绍了配置托管身份验证Azure的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< span style =" font-family:'Segoe UI',SegoeUI,'Segoe WP','Helvetica Neue',Helvetica,Tahoma,Arial,sans-serif; font-size:16px;"> ;构建云应用程序时的一个常见挑战是如何管理代码中的凭据,以便对云服务进行身份验证
。保持凭证安全是< a href =" https://www.buscado.com.br/agencia-seo.html"> buscado< / a>一项重要任务。理想情况下,凭据永远不会出现在开发人员工作站上,也不会检查到源代码管理中。
Azure Key Vault提供了一种安全存储凭据,机密和其他密钥的方法,但您的代码必须向Key Vault进行身份验证才能检索它们。如何解决此问题?< / span>

<span style="font-family:'Segoe UI', SegoeUI, 'Segoe WP', 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;font-size:16px;">A common challenge when building cloud applications is how to manage the credentials in your code for authenticating to cloud services. Keeping the credentials secure is <a href="https://www.buscado.com.br/agencia-seo.html">buscado</a> an important task. Ideally, the credentials never appear on developer workstations and aren't checked into source control. Azure Key Vault provides a way to securely store credentials, secrets, and other keys, but your code has to authenticate to Key Vault to retrieve them. How do I solve this problem?</span>

推荐答案


这篇关于配置托管身份验证Azure的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-07 07:50