Authentication notes added

pull/2/head
Alexandre Dulaunoy 2016-03-03 07:18:51 +01:00
parent c5eebfc420
commit 0ad82a688a
1 changed files with 6 additions and 0 deletions

View File

@ -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: