impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

Domain linkage validation #244

Closed daniel-mader closed 2 weeks ago

daniel-mader commented 3 weeks ago

Description

UniMe should try to validate any Domain Linkage credentials to enhance the security and prevent spoofing and phishing attacks.

Motivation

Enhance trustworthiness during login and sharing of credentials.

Requirements

  1. fetch DomainLinkageConfiguration from .well-known endpoint
  2. use JwtDomainLinkageValidator from identity.rs
  3. present the result to the user

Open Questions

No response

Are you planning to contribute this in a PR?

Yes