BankIDCancelValve
Note
Cancel a pending BankID operation.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| bankid_keystore | ID of the keystore to use setting up client authenticateion | Yes | No | |
| mode | Switch to communicate with bankid test or production environment. Set to test to target bankid test environment. | production | No | No |
| version | Sets the version of the bankid api to interact with | "v6.0" | No | No |
| transactionID | BankID transaction ID. | Yes | Yes | |
| client_ip_request_param | Parameter wher IP of the calling client is located. | resolvedclientip | Yes | Yes |
Example Configuration
{
"name": "BankIDCancelValve",
"config": {
"bankid_keystore":"1111-2222-33333-4444",
"transactionID": "{{request.transactionID}}",
"client_ip_request_param" : "{{request.clienip}}"
}
}
Requirements
- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.