Older version2.8 ValvesAuthenticateNiasCollectAuthenticationStatusValve

NiasCollectAuthenticationStatusValve

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
wsdlLocation Location where WSDL can be found Yes 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" : {
      "wsdlLocation" : "https://showroom.lab.secmaker.com/nias/ServiceServer.asmx?WSDL"
    }
  }

Requirements

- Configured NetID access server.