From 0ad82a688a9573280f4815add436c29cc3103eea Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 3 Mar 2016 07:18:51 +0100 Subject: [PATCH] Authentication notes added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 953a28c..e434fee 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Create your module in [modules/expansion/](modules/expansion/). The module shoul Don't forget to return an error key and value if an error is raised to propagate it to the MISP user-interface. +If your module requires authentication, the following reserved MISP attributes are used to pass the authentication +values from MISP towards the module: + +* module-username +* module-password + ## Testing your modules? MISP uses the **modules** function to discover the available MISP modules and their supported MISP attributes: