...
- Connecting a wallet to Sunets Satosa
- Configure SaToSa with a backend for user verification
- Docker image used is : docker.sunet.se/satosa:wallet
- Configure a frontend according to info in https://github.com/rohe/satosa-openid4vci/tree/main/openid4vci_oidc
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/PDA1CredentialPersonIdentificationData/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 here
...