Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 432 Bytes

Usage

docker-compose up -d

How to do a wallet test request to the satosa, which in turn will fetch a credential from the issuer

curl -vk -X POST localhost:8085/wallet -H 'Content-Type: application/json' -d '{"subject_type": "sunet_wallet", "client_id": "35345", "client_name": "VictorNaslund", "client_number": "09834759"}'

See the logs

docker logs vc_satosa
docker logs vc_issuer