EWC-consortium / eudi-wallet-rfcs

EU Digital Identity Wallet RFCs in EWC to align towards the Large Scale Pilot (LSP) usecases. The project is co-funded by the European Union.
https://eudiwalletconsortium.org/
Apache License 2.0
20 stars 12 forks source link

Should reference the current OID4VCI draft 13 #27

Closed ntsbs closed 7 months ago

ntsbs commented 7 months ago

I suggest we should reference the current draft 13 of OID4VCI in this RFC, because it includes a credential format profile for IETF SD-JWT VC. Given that SD-JWT VC was selected as credential format this should be used to derive the examples.

{
    "credential_configurations_supported": {
        "SD_JWT_VC_example_in_OpenID4VCI": {
            "format": "vc+sd-jwt",
            "scope": "SD_JWT_VC_example_in_OpenID4VCI",
            "cryptographic_binding_methods_supported": [
                "jwk"
            ],
            "credential_signing_alg_values_supported": [
                "ES256"
            ],
            "display": [
                {
                    "name": "IdentityCredential",
                    "locale": "en-US",
                    "background_color": "#12107c",
                    "text_color": "#FFFFFF"
                }
            ],
            "vct": "SD_JWT_VC_example_in_OpenID4VCI",
            "claims": {
                "given_name": {
                    "display": [
                        {
                            "name": "Given Name",
                            "locale": "en-US"
                        },
                        {
                            "name": "Vorname",
                            "locale": "de-DE"
                        }
                    ]
                },
                "family_name": {
                    "display": [
                        {
                            "name": "Surname",
                            "locale": "en-US"
                        },
                        {
                            "name": "Nachname",
                            "locale": "de-DE"
                        }
                    ]
                },
                "email": {},
                "phone_number": {},
                "address": {
                    "street_address": {},
                    "locality": {},
                    "region": {},
                    "country": {}
                },
                "birthdate": {},
                "is_over_18": {},
                "is_over_21": {},
                "is_over_65": {}
            }
        }
    }
}
ntsbs commented 7 months ago

PR #29 is using examples from HAIP