Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 04aa839

Browse files
Merge pull request #7 from POSSIBLE-X/readme-update
PI-754: Readme updates
2 parents 79d2788 + 8b6aa7c commit 04aa839

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# MERLOT specific plugins for the [Omejdn server](https://github.com/Fraunhofer-AISEC/omejdn-server)
2-
This repository contains plugins that are used within the MERLOT project to achieve the usage of Omejdn as a DAPS authentication server for use with EDC connectors.
1+
# POSSIBLE-X specific plugins for the [Omejdn server](https://github.com/Fraunhofer-AISEC/omejdn-server)
32

4-
**Warning: The plugins in this repository may contain endpoints that are not secured by any means of authentication. These endpoints may be dangerous in production and must never be exposed to the Internet!**
3+
This repository contains plugins that are used within the POSSIBLE-X project to achieve the usage of Omejdn as a DAPS
4+
authentication server for use with EDC connectors. It is a fork of the MERLOT
5+
project's [Omejdn plugins](https://github.com/merlot-education/omejdn-plugins)
6+
repository and adds the possibility to retrieve and delete certificates.
7+
8+
**Warning: The plugins in this repository may contain endpoints that are not secured by any means of authentication.
9+
These endpoints may be dangerous in production and must never be exposed to the Internet!**
510

611
## Structure
712

@@ -13,11 +18,10 @@ This repository contains plugins that are used within the MERLOT project to achi
1318

1419
The following endpoints are made available by the connector API plugin:
1520

16-
17-
| Endpoint | Description |
18-
|------------------|--------------------------------------------------------------------------------------------------------------------------|
19-
| POST /api/v1/connectors | Given a payload containing a client_name and did, generate a new certificate and onboard it to the DAPS service. Returns the certificate details. |
20-
| DELETE /api/v1/connectors/:client_id | Given a client_id, delete the corresponding entry from the DAPS server. |
21-
| GET /api/v1/connectors/:client_id | Returns the stored attributes corresponding to that client_id |
22-
| GET /api/v1/connectors?client_name=<some name>&client_id=<some id> | Given a single client_id or client_name or a list of one of them, return the corresponding stored attributes. The client_id takes prevalence over client_name in the request if both are specified. |
21+
| Endpoint | Description |
22+
|--------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23+
| POST /api/v1/connectors | Given a payload containing a client_name and did, generate a new certificate and onboard it to the DAPS service. Returns the certificate details. |
24+
| DELETE /api/v1/connectors/:client_id | Given a client_id, delete the corresponding entry from the DAPS server. |
25+
| GET /api/v1/connectors/:client_id | Returns the stored attributes corresponding to that client_id |
26+
| GET /api/v1/connectors?client_name=<some name>&client_id=<some id> | Given a single client_id or client_name or a list of one of them, return the corresponding stored attributes. The client_id takes prevalence over client_name in the request if both are specified. |
2327

0 commit comments

Comments
 (0)