SCIM: Implement egress + tests

This commit is contained in:
fflorent
2024-09-02 17:50:42 +02:00
parent 92b4a65da0
commit 98f50d3c81
12 changed files with 142 additions and 63 deletions

View File

@@ -35,6 +35,7 @@ async function activateServer(home: FlexServer, docManager: DocManager) {
await home.addLandingPages();
home.addHomeApi();
home.addAuditLogger();
home.addScimApi();
await home.addTelemetry();
await home.addDoc();
home.addApiErrorHandlers();