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
-signature
-ocspResponse
If status equals ERROR, these properties will be added:
- message
- status
Properties
Example Configuration
{
"name": "BankIDCollectAuthenticationStatusValve",
"config": {
"bankid_keystore","1111-2222-33333-4444"
"transactionID": "{{request.transactionID}}",
"customerID": "{{request.tenant}}",
"userid_param_name" : "{{request.userid}}"
}
}
Requirements
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.