BankIDCollectAuthenticationStatusValve
Check the status of a BankID authentication using the BankID transaction ID as identifier.
The property status will always be added to a new item.
If status equals OK, user data will be fetched and added to a new item. These signature properties will be added:
- personalNumber
- name
- givenName
- surName
If status equals ERROR, these properties will be added:
- message
- details
Properties
Example Configuration
{
"name": "BankIDCollectAuthenticationStatusValve",
"config": {
"bankid_keystore_path": "C:/Program Files/PhenixID/Server/22SNAP-3Juli2017/resources/FPTestcert2_20150818_102329.p12",
"bankid_keystore_password": "{enc}r2MlB5KT6tbY/xynClo/7D7Xs4d8dxOaxgPsIrRvmtk=",
"mode": "test",
"transactionID": "{{request.transactionID}}",
"customerID": "{{request.tenant}}"
}
}
Requirements
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.