简体   繁体   English

Azure AD Verifiable Credential 从哪里可以获得公钥私钥值?

[英]Azure AD Verifiable Credential from where i can get public key private key values?

I m working on one of solution with azure VC where i will need to use private key pubic key of azure VC.我正在使用 azure VC 开发一种解决方案,我需要使用 azure VC 的私钥公钥。

as we follow azure VC steps i have created key vault and i have seen sign in and other key are generated.当我们遵循 azure VC 步骤时,我已经创建了密钥库,并且我已经看到了登录和其他密钥的生成。

but i want to use same public key private key which is used by Azure VC in my other application logic?但我想在我的其他应用程序逻辑中使用 Azure VC 使用的相同公钥私钥?

You can use the Azure KeyVault instance that VC is using for other purposes if you grant your app access via access policies.如果您通过访问策略授予应用访问权限,则可以使用 VC 用于其他目的的 Azure KeyVault 实例。 Then to use the same keys, you follow KeyVault´s documentation for keys https://docs.microsoft.com/en-us/azure/key-vault/general/developers-guide#apis-and-sdks-for-keys然后要使用相同的密钥,请按照 KeyVault 的密钥文档https://docs.microsoft.com/en-us/azure/key-vault/general/developers-guide#apis-and-sdks-for-keys

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM