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
pnr User identifier. Yes Yes
userVisibleData Data to be signed that will be displayed in the NetID Access client. Yes Yes
endPoint HTTP/HTTP url of the NIAS backend server Yes No
nias_keystore internal reference id of the key store to use for mutual TLS. Yes No

Example Configuration

{
    "name": "NIASSignValve",
    "config": {
       "nias_keystore":"<identifier>",
{enc}iLshlMBuAOrybFnFztw02GCgP385ptNkyNjMa7cu7Y0=",
       "endPoint": "https://example.company.org/nias/ServiceServer.asmx",
       "pnr": "{{request.userid}}",
       "user_visible_data": "{{request.userVisibleData}}"
        }
}

Requirements

- Nias server configured