首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure AD可验证凭证

Azure AD可验证凭证
EN

Stack Overflow用户
提问于 2022-06-03 14:11:22
回答 1查看 127关注 0票数 0

Azure密钥库是一种云服务,可以安全地存储和访问机密和密钥。您的可验证凭据服务将公钥和私钥存储在Azure密钥库中。这些密钥用于签署和验证凭据。https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/verifiable-credentials-configure-tenant

我们如何找到可验证凭据的公钥和私钥?我可以在用于VC的密钥库中看到恢复、签名和更新密钥。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-06-08 08:35:56

·恢复、签名和加密是在为所选用户创建访问策略时需要选择的各种密钥管理和加密操作,从而限制了该用户颁发的密钥、秘密和证书所能执行的操作范围。

类似地,the private key and the public key of the verifiable credential cannot be accessible by the ‘USER’ as the user has delegated that authority to the application registered in Azure AD with the permissions ‘VerifiableCredential.Create.All’ and this application registered in Azure AD has been granted API permission for the API Verifiable Credential Request Service. Thus, the private key is generated and is with the service principal of the Azure resource which issues a ‘Verifiable credential’ through the registered Azure AD application to create a key, secret, or a certificate in the Azure keyvault

·虽然公钥具有在Azure密钥库中生成的密钥、秘密或证书,但通过托管的相关应用程序完成安全通信的连接。因此,通过这种方式,仅仅基于RBAC (基于角色的访问控制)和随后在密钥库中创建的访问策略操作,您就可以通过web应用程序创建安全的通信,而无需公开私钥和公钥

欲了解更多信息,请参阅以下文档链接:-

https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/verifiable-credentials-configure-issuer

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72490902

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档