From 74e354366d32b5b3d303dcd37235136918a0b288 Mon Sep 17 00:00:00 2001 From: Bastien Lopez Date: Fri, 18 Oct 2024 11:39:23 +0200 Subject: [PATCH] up iisuer & verifier --- docs/wallet/issuer_configuration.md | 23 +++++++++++++++++++---- docs/wallet/verifier-configuration.md | 20 +++++++++++++++++--- 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/docs/wallet/issuer_configuration.md b/docs/wallet/issuer_configuration.md index 794269c..6fd114a 100644 --- a/docs/wallet/issuer_configuration.md +++ b/docs/wallet/issuer_configuration.md @@ -1,6 +1,6 @@ -# Issuer Configuration +# Issuer configuration -Updated the 16th of October 2024. +Updated the 18th of October 2024. The wallets support most of the VC options of the OIDC4VCI standard for issuer configuration. @@ -40,8 +40,8 @@ Wallets support: Wallets do not support: * notification endpoint, -* batch endpoint (Draft 13 and Draft 14), -* DPoP for code and token (soon available), +* batch endpoint of Draft 13, +* DPoP for code and token, * encrypted credentials. ## Invocation schemes for issuance @@ -55,6 +55,21 @@ Wallet support different invocation schemes: Those schemes can be displayed as QR code for wallet app scanner, smartphone camera or as a deeplink/universal link (a button in a html page for the smartphone browser). +# Support of Universal Links and App Links + +For security reasons Talao wallets use Universal Links and App Links to redirect to wallet authorization endpoints and callback endpoints. However those links are not supported by default by all browsers. We suggest to use Safari for IOS phones and Chrome for Android. You may need to setup browser options to allow Universal links with Firefox, Brave, Samsung explorer or even Chrome on IOS. + +## Dynamic Credential Request + +Right now, wallet supports the "EBSI V3.x implementation" with a `client_metadata` argument added to the authorization request and push authorization request. + +Furthermore wallet metadata are available "out of band": + +* Talao: [https://app.talao.co/wallet-issuer/.well-known/openid-configuration](https://app.talao.co/wallet-issuer/.well-known/openid-configuration) +* Altme: [https://app.altme.io/wallet-issuer/.well-known/openid-configuration](https://app.altme.io/wallet-issuer/.well-known/openid-configuration) + +Learn more about [Dynamic Credential Request](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-dynamic-credential-request). + ## Display credentials ### Attributes of a VC diff --git a/docs/wallet/verifier-configuration.md b/docs/wallet/verifier-configuration.md index 3d39dff..f4a9b0a 100644 --- a/docs/wallet/verifier-configuration.md +++ b/docs/wallet/verifier-configuration.md @@ -1,6 +1,6 @@ -# Verifier Configuration +# Verifier configuration -Updated the 16th of October 2024. +Updated the 18th of October 2024. ## OIDC4VP Specifications Drafts @@ -42,6 +42,10 @@ Wallets support different invocation schemes: Those schemes can be displayed as QR code for wallet app scanner, smartphone camera or as a deeplink/universal link (a button in a html page for the smartphone browser). +# Support of Universal Links and App Links + +For security reasons Talao wallets use Universal Links and App Links to redirect to wallet authorization endpoints and callback endpoints. However those links are not supported by default by all browsers. We suggest to use Safari for IOS phones and Chrome for Android. You may need to setup browser options to allow Universal links with Firefox, Brave, Samsung explorer or even Chrome on IOS. + ## client_id_scheme Wallet supports the following [client_id_scheme](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-verifier-metadata-managemen) of verifiers: @@ -53,7 +57,17 @@ Wallet supports the following [client_id_scheme](https://openid.net/specs/openid ## Wallet metadata -Wallet metadata are available "out of band", see [here](https://doc.wallet-provider.io/wallet/wallet-metadata). +Wallet metadata are available "out of band". + +Talao: [https://app.talao.co/wallet-issuer/.well-known/openid-configuration](https://app.talao.co/wallet-issuer/.well-known/openid-configuration) + +Altme: [https://app.altme.io/wallet-issuer/.well-known/openid-configuration](https://app.altme.io/wallet-issuer/.well-known/openid-configuration) + +Learn more about [Dynamic Credential Request](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-dynamic-credential-request). + +## Submission presentation + +Submission presentation seng by wallets support nested_path. ## sd-jwt presentation rules