NIASCollectSignatureValve
Check the status of a NetID Access signing using the NetID Access transaction ID as identifier. If status equals COMPLETE, signature data will be fetched and added to a new item. These signature properties will be added:
- signature
- ocspResponse
- name
- givenName
- surName
If status equals ERROR, these properties will be added:
- message
- details
Properties
Example Configuration
{
"name" : "NIASCollectSignatureValve",
"config" : {
"nias_keystore_path" : "/opt/PhenixID/Server/2.2/nias/netid_rp.p12",
"nias_keystore_password" : "{enc}XXXXXXXXXXXX",
"transactionID" : "{{request.transactionID}}",
"wsdlLocation" : "https://example.company.org/nias/ServiceServer.asmx?WSDL"
}
}
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.