summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 24010008..b051b408 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -945,7 +945,16 @@ Arguments (example):
::
{
- "policy": [1, 3] //index of authentication method
+ "policy": [
+ {
+ "auth_method_index": 1,
+ "provider_id": "anastasis_01"
+ },
+ {
+ "auth_method_index": 3,
+ "provider_id": "anastasis_02"
+ }
+ ]
}
@@ -955,7 +964,7 @@ Arguments (example):
::
{
- "policy": [1, 3] //index of authentication method
+ "policy_index": 3
}