BankIDCollectSignatureValve
Check the status of a BankID signing using the BankID transaction ID as the 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
-personalNumer
- givenName
- surName
If status equals ERROR, these properties will be added:
- message
- status
Properties
Example Configuration
{ "name" : "BankIDCollectSignatureValve", "config" : { "bankid_keystore":"1111-222222-33333-44444", "mode" : "test", "transactionID" : "{{request.transactionID}}",
"customerID":"Customer1",
"userid_param_name":"{{request.userid}}" } }
Requirements
- PhenixID Signing Service installed.
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.