BankIDAuthenticateValve

Trigger BankID authentication. Used in the context of the HTTP API.

On successful execution, a new item will be added and the bankID transaction id value will be added to the property transactionID as well as an .  

Properties

Name Description Default value Mandatory Supports property expansion
bankid_keystore ID of the stored p12 keystore Yes No
mode Switch to communicate with bankid test or production environment. Set to test to target bankid test environment. production No No
pnr Personalnumber of the person No Yes
client_ip_request_param Request parameter containing client IP adress. remoteAddress No No

Example Configuration

{
    "name": "BankIDAuthenticateValve",
    "config": {
        "bankid_keystore": "11111-22222-33333-44444",
        "mode": "test",
        "pnr": "{{request.pnr}}",
        "client_ip_request_param": "{{request.X-Forwarded-For}}"
        }
}

Requirements

- Keystore (p12 format) file used to authenticate to BankID service stored on PhenixID Authentication Server.

- BankID client (for testing).