NIASSignValve

Trigger NetID Access signing. Used for transaction signing.

On successful execution, a new item will be added and the NetID Access transaction id value will be added to the property transactionID.

Properties

Name Description Default value Mandatory Supports property expansion
nias_keystore_path Full filepath to NetID Access p12 file No No
nias_keystore_password Password to NetID Access p12 file No No
pnr User identifier Yes Yes
userVisibleData Data to be signed that will be displayed in the NetID Access client Yes Yes
wsdlLocation NetID Access web service (wsdl) URL Yes Yes

Example Configuration

 {
          "name": "NIASSignValve",
          "config": {
              "wsdlLocation": "https://example.company.org/nias/ServiceServer.asmx?WSDL",
              "pnr": "{{request.userid}}",
              "user_visible_data": "{{request.userVisibleData}}",
              "user_non_visible_data": "{{request.userNonVisibleData}}"
        }
}

Requirements

- PhenixID Signing Service installed.

- [If required by NetID Access Server] Keystore (p12 format) file used to authenticate to NetID Access service stored on PhenixID Authentication Server.

- NetID Access client (for testing).