Skip to content

Commit 5cf3f65

Browse files
committed
minor update
1 parent 7a22e32 commit 5cf3f65

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/DEMO.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
741738
7. Access via OID4VP:
742739
```shell
743740
export 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
745742
curl -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
```

0 commit comments

Comments
 (0)