BankIDSignValve
Trigger BankID signing. Used for local signing.
On successful execution, a new item will be added and the bankID transaction id value will be added to the property transactionID.
Properties
Example Configuration
{
"name" : "BankIDSignValve",
"config" : {
"bankid_keystore_path" : "/opt/PhenixID/Server/2.2/bid/FPTestcert2_20150818_102329.p12",
"bankid_keystore_password" : "{enc}XXXXXXXXXXXXXXXXX",
"mode" : "test",
"pnr" : "{{request.pnr}}",
"user_visible_data" : "{{request.userVisibleData}}",
"user_non_visible_data" : "{{request.userNonVisibleData}}"
}
}
Requirements
- PhenixID Signing Service installed.
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.
- BankID client (for testing).