eu-digital-identity-wallet / eudi-srv-web-verifier-endpoint-23220-4-kt

Web application (Backend Restful service) that acts as a Verifier/RP trusted end-point.
Apache License 2.0
12 stars 15 forks source link

Include also the attributes values of validated MSO MDoc documents. #203

Closed dzarras closed 1 month ago

dzarras commented 1 month ago

MSO MDoc DeviceResponse validation API has been updated to now also include the attribute values of validation MSO MDoc Documents. i.e.

[
    {
        "docType": "eu.europa.ec.eudi.pid.1",
        "attributes": {
            "eu.europa.ec.eudi.pid.1": {
                "age_over_18": true
            }
        }
    }
]