From fa971af0aee35b00c03bedb153d0e43d2ae3cd18 Mon Sep 17 00:00:00 2001 From: Bastien Lopez Date: Mon, 14 Oct 2024 15:49:22 +0200 Subject: [PATCH] up features --- docs/wallet/technical_features.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/wallet/technical_features.md b/docs/wallet/technical_features.md index 80c077f..27ea69b 100644 --- a/docs/wallet/technical_features.md +++ b/docs/wallet/technical_features.md @@ -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: @@ -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