You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2026. It is now read-only.
# 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)
3
2
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
| 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=<somename>&client_id=<someid> | 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. |
| 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=<somename>&client_id=<someid> | 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. |
0 commit comments