This page describes a Digital Identity wallet interoperability lab setup. Including the components used in the lab and APIs that needs to be followed to connect to the lab.
Overview of the wallet ecosystem
DC4EU issuer and verifier architecture
DC4EU interoperability lab
DC4EU Open Source Architecture
https://github.com/rohe/fedservice
docker compose up
./bootstrap-dockers.sh
Get trust_anchor.json from the bootstrap-dockers.sh run. And add to satosa config.
docker run --rm -i -v .:/workdir -v ./trust_mark_issuer:/trust_mark_issuer --entrypoint python3 docker.sunet.se/fedservice:latest fedservice/dc4eu_federation/create_trust_mark.py -d /trust_mark_issuer -m http://dc4eu.example.com/EHICCredential/se -e https://satosa-test-1.sunet.se
to create Trust Mark 1docker run --rm -i -v .:/workdir -v ./trust_mark_issuer:/trust_mark_issuer --entrypoint python3 docker.sunet.se/fedservice:latest fedservice/dc4eu_federation/create_trust_mark.py -d /trust_mark_issuer -m http://dc4eu.example.com/PDA1Credential/se -e https://satosa-test-1.sunet.se
to create Trust Mark 2docker run --rm -i -v .:/workdir -v ./trust_anchor:/trust_anchor --entrypoint python3 docker.sunet.se/fedservice:latest fedservice/dc4eu_federation/add_info.py -s /trust_anchor/ci.json -t workdir/trust_anchor/subordinates"
to import the satosa credential issuer into federation that was constructed in hereRole | URL |
---|---|
Trust Anchor | |
Trust Mark Issuer | |
Wallet Provider | |
Credential Issuer | |
Rolands wallet |
Note: There is also a system up and running with the name openidfed-dev-1.sunet.se and satosa-dev-1.sunet.se. Those are meant for testing out new non-verified configurations.
{"https://openidfed-test-1.sunet.se:7001": {"keys": [{"kty": "RSA", "use": "sig", "kid": "UFpoajluZU42dTNUUXo5RnhBVEJnRk9JY2N tU1JKdlVYUk1RUFRyVkFFRQ", "n": "p9S2whcSjmBdxerp80tIJreUUmZiGNGXIocJlNjx9pgD5_WD2l6mBNuEZMpP-QUB_TSV3VesNiqmOdydGp1wkfQ-NmVdo so29FjEdgrckLIwirAVmVQ6bGQQnXJrR56mRz0QqENi11vVpbDj6hsprxK1EZBQL-sQ2kem289B_BCNT-NvwVHrYJlaQA32z7cs1a7W8wt9eLxA10PeiYMgDVU_69 wKBw4YrjjozOHKMRGchUQEjQhfSZfk49bip_5TNz4dmBmSCIbdE2yilFrfRSNrh7q2myuyDE3k2QZbSOXXGGT1LtHO74WIY58v-M3A7_zxp0f2Eo9ZD3N4h-InIw" , "e": "AQAB"}, {"kty": "EC", "use": "sig", "kid": "Nm82cTJKMDkydXhxOUMtTm0teFpMWlZiR0ZVa2U3YVVtbkJTV3hBd3FqOA", "crv": "P-25 6", "x": "69XlQkKYfWJDXAv_Vbrqyfz9gfAhu1qQ4mtLde18-Cg", "y": "ntBwdhy4_cS2PRBS-xdKkNwcO1yQP8TdoOHbHN9Yjv8"}]}} |