gpt4 book ai didi

java - 使用 Java 验证 Azure Key Vault

转载 作者:行者123 更新时间:2023-11-30 10:23:35 25 4
gpt4 key购买 nike

在上一个问题中,我尝试使用 clientID 和 client-secret 访问 Azure Key Vault 并获取保管库信息。现在我尝试使用 clientID 和基于证书的身份验证来访问 key 保管库。我用谷歌搜索并发现this 。但无法进一步进行,因为我不明白如何进一步进行。

ApplicationTokenCredentials credentials = new ApplicationTokenCredentials(
client, tenant, pfxCertificatePath, password, AzureEnvironment.AZURE);
Azure azure = Azure.authenticate(credentials).withSubscription(subscriptionId);

有人可以提供关于租户和 subscriptioID 的值(value)的见解吗?另外,我是否必须在 pfxcertification 中提供我的认证路径请帮助我理解上面的代码行。

谢谢

最佳答案

这个link会有帮助的。

Could someone provide insights what should be the value for tenant and subscriptioID.

如果我的理解是正确的,租户值是您的域名或租户 ID。订阅 ID 是您要管理 Key Vault 的订阅。

您可以创建一个如下所示的身份验证文件。

subscription=########-####-####-####-############
client=########-####-####-####-############
tenant=########-####-####-####-############
certificate=<path to certificate file>
certificatePassword=XXXXXXXXXXXXXXXX
managementURI=https\://management.core.windows.net/
baseURL=https\://management.azure.com/
authURL=https\://login.windows.net/
graphURL=https\://graph.windows.net/

关于java - 使用 Java 验证 Azure Key Vault,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46933459/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com