TalaoDAO / AltMe

Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation, DIIP and more.
https://talao.io
Apache License 2.0
48 stars 14 forks source link

OIDC4VC advanced settings : add switch Credential Manifest Support #2157

Closed ThierryThevenet closed 11 months ago

ThierryThevenet commented 11 months ago

Add a new switch

Credential Manifest Support Default: On Support of the DIF wallet rendering specifications

Becareful this switch is the same parameter as the configuration parameter see cofiguration file

 "selfSovereignIdentityOptions": {
        "displayManageDecentralizedId": true,
        "displaySsiAdvancedSettings": true,
        "displayVerifiableDataRegistry": true,
        "oidv4vcProfile": "ebsi",
        "customOidc4vcProfile": {
            "securityLevel": "low",
            credentialManifestSupport": true,

Profile EBSI and DUTCH BLockchain, parameter is off (false) for custom profile it is "on" (true)

ThierryThevenet commented 11 months ago

when switch is off, the display of the credential is defined by the "display" attribute of the openid-configuration (OIDC4VCI)

ThierryThevenet commented 11 months ago

Add logic support