Table of Contents

NiasAuthenticator

Note

Authenticate using Net iD Access server. Typically used by SITHS, EFOS and custom CA clients.

Properties

Name Description Default value Mandatory
mappingProperty Property to use when other user identifier is used than the CN on the issued certificate N/A No
pipeID ID of the pipe execute after approved NIAS login N/A Yes
endPoint HTTP/HTTPS location of the NIAS backend server N/A Yes
nias_keystore_ID The keystore to use for mutual TLS with NIAS server N/A No
userMapPipe If using somthing else than personal number a pipe can be used to translate user id to personal number N/A No
customReturnUrls Custom return urls to be used, read more here. No

Example Configuration

{
    "id": "cc5a1005-e4d9-4dd1-89aa-bcffbbaae519",
    "description": "nias",
    "alias": "nias",
    "name": "NiasAuthenticator",
    "displayName": "nias",
    "configuration": {
        "pipeID": "ecff89d7-7069-4c6c-b086-33d2df6253fd",
        "endPoint": "https://path_to _server/ServiceServer.asmx"
    }
}

Requirements

A configured Net iD Access server configured.