setConfig($configFilePath); // Obtain custom dependencies (if any) and pass them to the scimServer instance $dependencies = require __DIR__ . '/../src/Dependencies/mock-dependencies.php'; $scimServer->setDependencies($dependencies); // Set the Authentication Middleware configured in the dependencies files above to the scimServer instance //$scimServerPhpAuthMiddleware = 'AuthMiddleware'; //$scimServer->setMiddleware(array($scimServerPhpAuthMiddleware)); // Start the scimServer $scimServer->run();