Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieledeluca committed Jun 4, 2021
1 parent 1692508 commit 92dec82
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Welcome to TRUE Connector.
# Welcome to FIWARE TRUE Connector (FTC in short)

The ENG Execution Core Container, based on the IDS Base Connector, is the core component of an IDS Connector enabling:
* the data exchange between connectors, using HTTPS, WS over HTTPS, IDSCP2 (beta)
* interaction with the AISEC Fraunhofer DAPS Service for requiring and validating a token
The FTC Execution Core Container is the core component of an IDS Connector enabling:
* the data exchange between connectors, using several protocols like HTTP, HTTPS, WS over HTTPS, IDSCPv2
* the data (IDS Message header and payload) representation using multipart/mixed, multipart/form and http-header
* interaction with the several Identity Providers (Fraunhofer AISECv1, Fraunhofer AISECv2, Orbiter) and DAPS Service for requiring and validating a token
* communication with the ENG Clearing House for registering transactions
* the interaction with the IDS Metadata Broker
* the integration of the Usage Control App in order to enforce the contract rules.


# Getting Started

Expand All @@ -18,4 +22,4 @@ If you want to use your own certificate for the AISEC Fraunhofer DAPS server:

Finally, run the application:

* Execute `docker-compose up &`
* Execute `docker-compose up &`

0 comments on commit 92dec82

Please sign in to comment.