NiasCollectAuthenticationStatusValve
Note
Check the status of an ongoing authentication using NetID Access server. Used in the context of the HTTP API.
On successful execution, a new item will be added if no items exist otherwise first item is used. Depending of the status the response either holds only the status or if the status is "COMPLETE" additional values are put in the response. Values are:
- ocspresponse
- signature
- certificate
- givenName
- sn
- personalNumber
- name
- notAfter
- notBefore
- deviceAddress
- deviceName
- deviceVersion
- status
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
orderref | NetID reference number | {{request.orderref}} | Yes | Yes |
endPoint | HTTP/HTTP url of the NIAS backend server | Yes | No | |
customerID | A custom key for logging purpose | No | No | |
nias_keystore | Id of the key store used when using TLS based authentication against the SEcmaker backend server | No | No |
Example Configuration
{
"id" : "NiasCollectAuthenticationStatusValve",
"name" : "NiasCollectAuthenticationStatusValve",
"config" : {
"endPoint" : "https://zhowroom.secmaker.edu/nias/ServiceServer.asmx"
}
}
Requirements
- Configured NetID access server.