From 53b76f512a1a710148c375349f9f42a0c26f227c Mon Sep 17 00:00:00 2001 From: Alexander Ungefug <82446024+AlexanderUngefug@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:45:36 +0200 Subject: [PATCH] add privacyIDEA OTP Plugin to steupupflow --- config/dev-realm-spsh.json | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/config/dev-realm-spsh.json b/config/dev-realm-spsh.json index 5ad2f7671..c3d1b0f12 100644 --- a/config/dev-realm-spsh.json +++ b/config/dev-realm-spsh.json @@ -1870,15 +1870,15 @@ "priority": 0, "autheticatorFlow": false, "userSetupAllowed": false - }, - { - "authenticator": "auth-otp-form", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 1, - "autheticatorFlow": false, - "userSetupAllowed": false - } + }, { + "authenticatorConfig" : "pi", + "authenticator" : "privacyidea-authenticator", + "authenticatorFlow" : false, + "requirement" : "REQUIRED", + "priority" : 2, + "autheticatorFlow" : false, + "userSetupAllowed" : false + } ] }, { @@ -2472,6 +2472,21 @@ "loa-condition-level": "20", "loa-max-age": "10000" } + }, { + "id" : "a289ca13-92ef-4ac8-9544-bbff68c93147", + "alias" : "pi", + "config" : { + "pienrolltokentype" : "TOTP", + "pipollinbrowser" : "false", + "piservicerealm" : "defrealm", + "piservicepass" : "admin", + "piserver" : "http://privacy-idea:8080", + "piserviceaccount" : "admin", + "preftokentype" : "OTP", + "pirealm" : "defrealm", + "pidolog" : "true", + "pienrolltoken" : "false" + } }, { "id": "aa2f6005-728b-4c0c-976c-04372e08c1fd",