LogoLogo
How to Build Dataspaces?Main IDSA AssetsOther ResourcesManifesto for International Data Spaces
IDS Reference Testbed
IDS Reference Testbed
  • Getting Started with IDS Reference Testbed
    • About the IDS Reference Testbed
    • Testbed User Guide
    • Installation Guide
    • Guide for Preparing and Validating the Preconfigured Setup
    • Change Management
    • References
    • Testsuite
  • Details on IDS Reference Testbed Components
    • Certificate Authority (CA)
  • Minimum Viable Data Space
    • What is a Minimum Viable Data Space?
Powered by GitBook

Links:

  • IDSA Website
  • IDSA Github
  • Legal Notice
  • Privacy Policy

© 2016 – 2025 | All Rights Reserved | International Data Spaces Association

On this page
  • Information concerning the Utilized Reference Implementations
  • Connector
  • Dataspace Connector
  • Trusted Connector
  • IDCSP2
  • Repository with open source implementation.
Edit on GitHub
  1. Getting Started with IDS Reference Testbed

References

Last updated 2 years ago

Information concerning the Utilized Reference Implementations

Component
Specification
Open Source Implementation
Contact Person

Connector

Dataspace Connector: tbd; Trusted Connector:

gerd.brost@aisec.fraunhofer.de, michael.lux@aisec.fraunhofer.de, jean-luc.reding@aisec.fraunhofer.de

DAPS

[Omejdn DAPS in IDS-G] https://github.com/International-Data-Spaces-Association/omejdn-daps

martin.schanzenbach@aisec.fraunhofer.de

MetaData Broker

contact@ids.fraunhofer.de

ParIS

--

Connector

Dataspace Connector

The Dataspace Connector is an implementation of an IDS connector component following the . It integrates the and uses the for IDS functionalities and message handling. The core component in this repository provides a REST API for loading, updating, and deleting resources with local or remote data enriched by its metadata. It supports IDS conform message handling with other IDS connectors and components and implements usage control for selected IDS usage policy patterns.

Further interesting resources:

Trusted Connector

The Trusted Connector is an implementation of an IDS connector component following the .

IDCSP2

IDSCP is utilized as a connector interaction protocol. It's specification is provided in the IDS-G (see references in overview table).

Repository with open source implementation.

  • in Rust: https://github.com/International-Data-Spaces-Association/idscp2-rust

  • in Java: https://github.com/industrial-data-space/idscp2-java

Some remarks

Currently, the IDSCP2 Implementation focuses on the Transport Layer Protocol (as defined in https://github.com/International-Data-Spaces-Association/IDS-G-pre/tree/connector-interaction/Communication/protocols/idscp2/TransportLayer) which is used for establishing a secure communication channel between a client and a server application. This secure channel is only established if a DAT token was provided which can be validated by the recipient and if Remote Attestation (necessary for Trust and Trust+ profiles) is conducted successfully. The sending and validation of the DAT and RAT details depends on different drivers which are currently not open source yet. The desired drivers to be used should (at least for the time being) be provided by the connector operator and it should be possible to bring own drivers into the system to be evaluated there.

Contact Persons

Leon Beckmann (leon.beckmann@aisec.fraunhofer.de) Oliver Braunsdorf (oliver.braunsdorf@aisec.fraunhofer.de) Monika Huber (monika.huber@aisec.fraunhofer.de) Michael Lux (michael.lux@aisec.fraunhofer.de) Gerd Brost (gerd.brost@aisec.fraunhofer.de)

(will come soon) (tbd)

IDS Reference Architecture Model
IDS Information Model
IDS Messaging Services
Deployment Examples for Docker
IDS Reference Architecture Model
Connector interaction specification in IDS-G
Connector specification in IDS-G
Dataspace Connector
Trusted Connector
DAPS specification
MetaData Broker specification in IDS-G
Whitepaper
MetaData Broker Open Core
ParIS specification in IDS-G
ParIS Open Core