Skip to content

connector/discover/digital-twin-registry

Step Summary
connector/discover/digital-twin-registry/auth Get authorization to a counterparty's Digital Twin Registry.

connector/discover/digital-twin-registry/auth

Get authorization to a counterparty's Digital Twin Registry.

Finds the registry asset in the counterparty's catalog by its standard dct:type, negotiates it, and publishes the resulting dataplane_url and edr_token — exactly what the digital-twin-registry/consumer/dataplane/* steps read.

Inputs

Parameter Type Required Default Also accepts Description
counter_party_address string no '' — DSP endpoint of the counter-party connector; defaults to the bound SUT connector's 'dsp_url'.
counter_party_id string no '' — Dataspace identity of the counter-party; defaults to the bound SUT connector's 'participant_id'.
dct_type string no 'https://w3id.org/catenax/taxonomy#DigitalTwinRegistry' — dct:type the registry asset is offered under in the catalog.
expected_policies list of object no None — ODRL policies the negotiation is allowed to accept, as the raw policy document, the testlab simplified spelling, JSON text, or the whole 'config/connector/policy' variable that holds one.

Output — the value assertions and returns: read

What every DSP flow step hands back: where the data is, and the token for it.

Field Type Description
dataplane_url string Data-plane URL the negotiated data is fetched from.
edr_token string Authorization token for that data-plane URL.