SAMLUidOneTouch

Used when acting as an IDP and using Phenixid OneTouch as authentication method. Authentication is done through UID and OneTouch.

Properties

Name Description Default value Mandatory
idpID The iternal identifier of the idp used N/A Yes
pipeID Id of the pipe used to issue the SAML assertion N/A Yes
samlAuthMethod What value is set in the AuthnContextClassRef urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient No
loginTemplate UI template used for rendering enduser UI ot_login.template No
userNameParamName Parameter where username resides username Yes
notify Should user be notified using push. Note that push must be enabled if set to true true No
servicename The name of the service presented in the OneTouch assignment PhenixID No

Example Configuration

{
    "alias": "uidot",
    "name": "SAMLUidOneTouch",
    "configuration": {
        "idpID": "idp",
        "pipeID":"tokenPipe",
        "servicename":"Acme"
        }
}

Requirements

user must have OneTouch activated.