Skip to content

Commit

Permalink
Merge pull request #86 from TalaoDAO/up_features
Browse files Browse the repository at this point in the history
up features
  • Loading branch information
BastienLopez authored Oct 14, 2024
2 parents a53f744 + fa971af commit 7f87856
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/wallet/technical_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@

Updated the 14th of October 2024.

## Protocole OIDC4VC
## Protocols

* OIDC4VCI Draft 11 and 13,
* OIDC4VP Draft 20,
* SIOPV2 Draft 12
* [Verifiable presentation request](https://w3c-ccg.github.io/vp-request-spec/),
* VC formats: ldp_vc, jwt_vc_json, jwt_vc_json-ld, vc+sd-jwt vc.
* [OIDC4VC](https://openid.net/sg/openid4vc/):
* OIDC4VCI Draft 11 and 13,
* OIDC4VP Draft 20,
* SIOPV2 Draft 12
* [W3C Verifiable presentation request](https://w3c-ccg.github.io/vp-request-spec/),
* VC formats:
* [ldp_vc, jwt_vc_json, jwt_vc_json-ld](https://www.w3.org/TR/vc-data-model/),
* [vc+sd-jwt vc](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-05.html).

### OIDC4VCI

* Flows : authorization code flow, pre-authorized code flow with Tx, PAR,
* credential_offer_uri,
* endpoint supported : credential, deferred,
* issuer endpoints supported : credential, deferred,
* wallet attestations, PKCE, scope and authorization details,
* client authentication methode : none, client_id, client secret basic, client secret post, jwt,
* identifier : jwk thumbprint, did:key, did:jwk,
* identifier : jwk thumbprint, [did:key](https://w3c-ccg.github.io/did-method-key/), [did:jwk](https://github.com/quartzjer/did-jwk/blob/main/spec.md),
* proof type : jwt, ldp_vp.

### OIDC4VP:
Expand All @@ -35,13 +38,13 @@ Updated the 14th of October 2024.

### Other features

* Bitstring status list 1.0 and IETF token status list,
* OIDC4VC Embedded profiles: HAIP, EBSI-V3 (compliant wallet), DIIP V2.1, DIIP V3.0,
* [Bitstring status list 1.0](https://www.w3.org/TR/vc-bitstring-status-list/) and [IETF token status list](https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-04.html),
* OIDC4VC Embedded profiles: [HAIP](https://openid.net/specs/openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.html), EBSI-V3 (compliant wallet), DIIP V2.1, DIIP V3.0,
* Talao [DID resolver](https://github.com/decentralized-identity/universal-resolver) for did:web, did:ethr, did:ebsi, did:dht, did:sov, did:cheqd...,
* wallet user authentication : PIN and biometric,
* user chat and notification through [Matrix.org](https://matrix.org),
* developer mode for internal data and protocol requests and responses,
* embedded issuers for PID, email proof, phone proof, age proof with AI or document authentication.
* embedded issuers for [PID](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/blob/main/docs/annexes/annex-3/annex-3.01-pid-rulebook.md), email proof, phone proof, age proof with AI or document authentication.

## Altme Wallet features

Expand Down

0 comments on commit 7f87856

Please sign in to comment.