【发布时间】:2017-12-02 23:24:37
【问题描述】:
我正在使用 Azure KeyVault 存储我的数据库凭据,现在要访问它,我在服务代码中硬编码了客户端 ID 和客户端密码。 我怎样才能避免这种硬编码不安全?
1) I don't want to store client id and client secret in certificates, as
deployed certificates are again insecure
2) My app is not hosted on Azure App service, so I can't use App Settings to
store client id and client secret.
有没有办法让 Azure Active Directory 仅在以下情况下才返回访问令牌? 请求是从我的应用 URL 发出的? 别的 如何保护客户端 ID 和客户端机密免受黑客攻击
【问题讨论】:
标签: security azure-active-directory azure-keyvault database-security clientid