SAMLNias

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

Properties

Name Description Default value Mandatory
idpID The iternal identifier of the idp used N/A Yes
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 executef after approved NIAS login N/A Yes
loginTemplate Template used when redering UI nias.template No
samlAuthMethod The value put as AuthnContextClassRef in the assertion issued urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig 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": {
        "idpID": "niasIDP",
        "wsdlLocation": "http://nias.local?wsdl",
        "pipeID": "authPipe",
        "nias_keystore_password":"mysecretpassword", 
        "nias_keystore_path":"/path/to/the/keystore",
        "mappingProperty":"uid"
    },
    "id": "nias"
}

Requirements

A configured Net iD Access server configured.