BankIDCollectSignatureValve
Check the status of a BankID signing using the BankID transaction ID as identifier. If status equals OK, signature data will be fetched and added to a new item. These signature properties will be added:
- signature
- ocspResponse
- name
- givenName
- surName
If status equals ERROR, these properties will be added:
- message
- details
Properties
Example Configuration
{
"name" : "BankIDCollectSignatureValve",
"config" : {
"bankid_keystore_path" : "/opt/PhenixID/Server/bid/cert2.p12",
"bankid_keystore_password" : "{enc}XXXXXXXXXXXX",
"mode" : "test",
"transactionID" : "{{request.transactionID}}"
}
}
Requirements
- PhenixID Signing Service installed.
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.