Skip to content

Commit b2946f8

Browse files
Víctor Rampérez MartínVíctor Rampérez Martín
authored andcommitted
feat(dss): add dss to README.md components table
1 parent 9ce67a9 commit b2946f8

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ This project is part of [FIWARE](https://www.fiware.org/). For more information
1919
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2020
**Table of Contents**
2121

22-
- [Overview](#overview)
23-
- [Release Information](#release-information)
24-
- [Components](#components)
25-
- [Description of flows in vc-authentication](#description-of-flows-in-vc-authentication)
26-
- [Registration](#registration)
27-
- [Authenticated access to a service](#authenticated-access-to-a-service)
28-
- [Human-To-Machine (H2M)](#human-to-machine-h2m)
29-
- [Machine-To-Machine (M2M)](#machine-to-machine-m2m)
30-
- [Deployment](#deployment)
31-
- [Local Deployment](#local-deployment)
32-
- [Deployment with Helm](#deployment-with-helm)
33-
- [Testing](#testing)
34-
- [How to contribute](#how-to-contribute)
35-
- [License](#license)
22+
- [vc-authentication](#vc-authentication)
23+
- [Overview](#overview)
24+
- [Release Information](#release-information)
25+
- [Components](#components)
26+
- [Description of flows in vc-authentication](#description-of-flows-in-vc-authentication)
27+
- [Registration](#registration)
28+
- [Authenticated access to a service](#authenticated-access-to-a-service)
29+
- [Human-To-Machine (H2M)](#human-to-machine-h2m)
30+
- [Machine-To-Machine (M2M)](#machine-to-machine-m2m)
31+
- [Deployment](#deployment)
32+
- [Local Deployment](#local-deployment)
33+
- [Deployment with Helm](#deployment-with-helm)
34+
- [Testing](#testing)
35+
- [How to contribute](#how-to-contribute)
36+
- [License](#license)
3637

3738
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3839

@@ -70,6 +71,7 @@ The main components of the FIWARE Verifiable Credential Authentication are:
7071
| VCVerifier | Validates VCs and exchanges them for tokens | https://github.com/FIWARE/VCVerifier |
7172
| credentials-config-service | Holds the information which VCs are required for accessing a service | https://github.com/FIWARE/credentials-config-service |
7273
| trusted-issuers-list | Acts as Trusted Issuers List by providing an [EBSI Trusted Issuers Registry](https://api-pilot.ebsi.eu/docs/apis/trusted-issuers-registry) API | https://github.com/FIWARE/trusted-issuers-list |
74+
|dss-validation-service|service for validating [JAdES Signatures](https://www.etsi.org/deliver/etsi_ts/119100_119199/11918201/01.01.01_60/ts_11918201v010101p.pdf) using the [eSignature Building Block Digital Signature Service library](https://github.com/esig/dss/tree/master)|[https://github.com/wistefan/dss-validation-service](https://github.com/wistefan/dss-validation-service)|
7375

7476
**Note,** that the FIWARE Verifiable Credential Authentication does not include a Verifiable Credential Issuer nor a Verifiable Credential Wallet. Regarding the SQL database, any SQL database technology could be used theoretically, but it has been tested with both MySQL and PostgreSQL.
7577

0 commit comments

Comments
 (0)