File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -615,9 +615,6 @@ curl -X POST \
615615 \"counterPartyAddress\": \"http://dcp-mp-operations.127.0.0.1.nip.io:8080/api/dsp/2025-1\",
616616 \"connectorId\": \"did:web:mp-operations.org\",
617617 \"contractId\": \"${AGREEMENT_ID}\",
618- \"dataDestination\": {
619- \"type\": \"HttpProxy\"
620- },
621618 \"protocol\": \"dataspace-protocol-http:2025-1\",
622619 \"transferType\": \"HttpData-PULL\"
623620}" | jq .
@@ -741,8 +738,8 @@ curl -x localhost:8888 -X GET ${ENDPOINT}/.well-known/openid-configuration | jq
7417387. Access via OID4VP:
742739```shell
743740export MEMBERSHIP_CREDENTIAL=$(./doc/scripts/get_credential.sh https://keycloak-consumer.127.0.0.1.nip.io membership-credential employee)
744- export ACCESS_TOKEN=$(./doc/scripts/get_access_token_oid4vp.sh ${ENDPOINT} $MEMBERSHIP_CREDENTIAL openid)
741+ export ACCESS_TOKEN=$(./doc/scripts/get_access_token_oid4vp.sh ${ENDPOINT} $MEMBERSHIP_CREDENTIAL openid); echo Access Token: $ACCESS_TOKEN
745742curl -x localhost:8888 -X GET ${ENDPOINT}/ngsi-ld/v1/entities/urn:ngsi-ld:UptimeReport:fms-1 \
746743 --header ' Content-Type: application/json' \
747- --header "Authorization: Bearer ${ACCESS_TOKEN}"
744+ --header "Authorization: Bearer ${ACCESS_TOKEN}" | jq .
748745```
You can’t perform that action at this time.
0 commit comments