With QR or "app-switch"
This authenticator expects users either scan a QR code or "app-switch".
Configuration
Name
Description
Default value
Mandatory
{
"id": "myauth01",
"type": "TaskViewAuthenticator",
"config":
{
"server_api_url":"http://<server_url>/mos",
"context_path" : "/login/authn/login",
"success_location": "http://<success_url>",
"failure_location": "/login/authn/login/logout",
"cancel_location": "/login/authn/login/logout",
"task_form":
{
"elements":
[
{"id":"1","type":"label","value":"Confirm your login"},
{"id":"2","type":"button_confirm","value":"Confirm"},
{"id":"3","type":"button_reject","value":"Reject"}
]
}
}
}
