commit 25a3a3a8fddf368c4fc2988ede10a38afc021b71 parent 1ebe330e97d0c86b2626de1c3338bb4df6d8e3fd Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch> Date: Mon, 2 Nov 2020 11:53:31 +0100 edit anastasis.rst, add_/del_authentication Diffstat:
| M | anastasis.rst | | | 27 | +++++++++++++++++++++++++++ |
1 file changed, 27 insertions(+), 0 deletions(-)
diff --git a/anastasis.rst b/anastasis.rst @@ -939,6 +939,33 @@ Arguments (example): } +**add_authentication:** + +Arguments (example): +:: + + { + "authentication_method": + { + "method": "question", + "data": { + "question": "Whats your name?", + "answer": "Hans" + } + } + } + + +**del_authentication:** + +Arguments (example): +:: + + { + "auth_method_index": 3 + } + + **add_policy:** Arguments (example):