BankIDAuthenticateValve
Trigger BankID authentication. Used in the context of the HTTP API.
On successful execution, a new item will be added and the bankID transaction id value will be added to the property transactionID as well as autoStartToken, qrStartToken and qrStartSecret. The qrStartSecret must not be sent to the client, it is meant to be a secret shared only between the BankID Service and the RP service.
Example Configuration
{
"name": "BankIDAuthenticateValve",
"config": { "bankid_keystore": "11111-22222-33333-44444
",
"mode": "test",
"version": "v6.0",
"user_visible_data": {{request.userVisibleData}},
"user_visible_data_format": "simpleMarkdownV1",
"requirement": "{\"certificatePolicies\":[\"1.2.752.78.1.5\"],\"pinCode\":true}",
"client_ip_request_param": "{{
request.
X-Forwarded-For}}"}
}