Skip to content

Commit

Permalink
add privacyIDEA OTP Plugin to steupupflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderUngefug committed Sep 9, 2024
1 parent 8475b11 commit 53b76f5
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions config/dev-realm-spsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
{
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 53b76f5

Please sign in to comment.