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":
{
"webroot_dir": "web/mobileid/taskauthenticator",
"server_api_url":"http://192.168.86.27:7001/mos",
"require_chain": false,
"timeout_seconds":120,
"username_parameter":"username",
"context_path" : "/login/authn/login",
"success_location": "http://www.google.se",
"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"}
]
}
}
}
Logging
Data exposed to global state
Last updated
