简体   繁体   English

如何拥有灵活的 displayClaims 结构?

[英]How to have a flexible displayClaims structure?

  1. Data structure of Claims is flat and limited: https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/rules-and-display-definitions-model#displayclaims-type . Claims 的数据结构扁平且有限: https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/rules-and-display-definitions-model#displayclaims-type I need a richer and extensible structure, for example with custom types and arrays. Is this possible, and if yes, how would you recommend to do so?我需要一个更丰富和可扩展的结构,例如自定义类型和 arrays。这可能吗?如果是,您建议如何这样做?

Adding more Qs below as Stack Overflow only allows asking one Question every 90 mins:在下面添加更多问题,因为 Stack Overflow 只允许每 90 分钟问一个问题:

  1. Microsoft Entra is kind-of Level-2 Blockchain platform. Microsoft Entra 是一种二级区块链平台。 How does MS recommend a Level-3 platform be built on top of Entra or any other MS Blockchain solution? MS 如何推荐在 Entra 或任何其他 MS 区块链解决方案之上构建 Level-3 平台?

  2. How to reference Public Blockchain from Entra / private Blockchain hosted within Microsoft?如何从 Microsoft 托管的 Entra/私有区块链引用公共区块链?

  3. How to integrate Entra with Active Directory accounts of other Orgs.?如何将 Entra 与其他组织的 Active Directory 帐户集成。?

  4. How much does it cost to issue a cred (understand that verify is free).发行信用需要多少费用(要知道验证是免费的)。

  5. Can MS Authenticator be customised, with additional restrictions on verification using Govt.可以自定义 MS Authenticator,对使用 Govt 进行验证有额外的限制。 IDs?身份证? Will using MS Authenticator remain open for all (as in "open" source)?使用 MS Authenticator 是否对所有人开放(如“开放”源)?

  6. Is it possible to access a postman collection of APIs for various operations in Verified Credentials, say for listing authorities, CRUD of DIDs, etc?是否可以访问 postman 的 API 集合以用于已验证凭证中的各种操作,比如上市机构、DID 的 CRUD 等? Will be handy to work outside of sample issuer / verifier apps.在示例发行者/验证者应用程序之外工作将很方便。 Thanks!谢谢!

Thanks!谢谢!

1- could you provide specific examples that you are looking to implement but seem not to be possible at the moment? 1- 您能否提供您希望实施但目前似乎无法实施的具体示例?

As far as your other questions: 2- Entra Verified ID is a platform for to Issue/Request/Verify verifiable credentials develop using open standards.至于您的其他问题:2- Entra Verified ID 是一个使用开放标准开发的发布/请求/验证可验证凭证的平台。 We currently support two trust systems in the platform did:ion that is the layer 2 blockchain as well as did:web which doesn't relay on a blockchain.我们目前在平台 did:ion 中支持两个信任系统,即第 2 层区块链以及 did:web,它不在区块链上中继。 Integration with other trusts systems would be provided by the platform it self.与其他信托系统的集成将由其自身的平台提供。

3- This is beyond Entra Verified ID. 3- 这超出了 Entra 验证 ID。 Would be good to post this as a separate question.最好将其作为一个单独的问题发布。

4- Entra Verified ID verifiable credentials that contain claims that are coming from the issuer's Azure Active Directory can be easily verified without having to establish federation as this is all based on standards. 4- Entra Verified ID 可验证凭据包含来自发行者的 Azure Active Directory 的声明,无需建立联盟即可轻松验证,因为这一切都基于标准。 Verifiers can provide access and establish trust to credentials issued from specific issuers or based on specific schemas.验证者可以提供对特定发行者或基于特定模式颁发的凭据的访问并建立信任。

5- Entra Verified ID is free to use from issuance and verification. 5- Entra Verified ID 从签发和验证开始免费使用。 Also is available to all subscription tiers of Azure AAD也适用于 Azure AAD 的所有订阅层

6- MS Authenticator is managed by MSFT. 6- MS Authenticator 由 MSFT 管理。 The Entra Verified ID platform has SDKs that allow developers to create their own wallets Entra Verified ID 平台拥有允许开发人员创建自己的钱包的 SDK

7 - We have a Postman collection with lots of examples. 7 - 我们有一个包含大量示例的 Postman 集合。 Any particular sample that you would like to see?您希望看到任何特定的样品吗?

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

相关问题 Sql 无服务器数据库(Azure Synapse Analytics):您无权使用批量加载语句 - Sql Serverless database (Azure Synapse Analytics): You do not have permission to use the bulk load statement 如何对 DefaultAzureCredential 方法进行单元测试 - How to Unit test DefaultAzureCredential Method 如何使用 ManagedIdentityCredential 连接到 Azure Blob 存储 - How to connect to Azure Blob Storage using ManagedIdentityCredential AAD 令牌过期后如何刷新? - How the AAD token is refreshed after expiry? 如何重置为 Azure 中的系统管理标识创建的服务主体的密码? - How to reset the password of the Service Principal created for the System Managed Identity in Azure? 用户管理的身份-如何使用C#进行身份验证 - User Managed Identity - how to authenticate using c# 带有应用配置和托管标识的 Azure 函数 - 如何在本地调试 - Azure Function with App Config and managed identity - how to debug locally 我的受管理身份支持的天蓝色功能访问共享点如何? - How can my managed identity backed azure function access sharepoint? 如何将 Microsoft Identity Platform 与 Delphi VCL 程序一起使用? - How can I use Microsoft Identity Platform with Delphi VCL programs? 如何使用 MSI 从另一个租户中的服务访问资源? - How to access a resource from a service in another tenant using MSI?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM