NiasAuth

Authenticate using Net iD Access server. Typically used by EFos clients.

Properties

Name Description Default value Mandatory
successURL Where to redirect client after successful authentication N/A Yes
pipeID ID of the pipe executef after approved NIAS login N/A Yes
loginTemplate Template used when redering UI nias.template No
wsdlLocation HTTP/HTTPS location of the WSDL N/A Yes
nias_keystore_path File path to where nias server keystore is located. Expected format is pkcs12 N/A Yes
nias_keystore_password Password for the keysstore AND private key N/A Yes
enableHoneypot Used by the UI template to enable/disable bot protection true No

Example Configuration

{
    "alias": "nias",
    "name": "NiasAuth",
    "configuration": {
        "successURL": "/config/",
        "wsdlLocation": "http://nias.local?wsdl",
        "pipeID": "authPipe",
        "nias_keystore_password":"mysecretpassword", 
        "nias_keystore_path":"/path/to/the/keystore"
    },
    "id": "nias"
}

Requirements

A configured Net iD Access server configured.