Older version2.8 AuthenticatorsOIDCOIDCPostUidPasswordAndOTP

OIDCPostUidPasswordAndOTP

Used when authenticating using  username, password & OTP (SMS, Token or Mail).

Properties

Name Description Default value Mandatory
userValidationPipeID The id of the pipe validating username & passwor N/A Yes
otpValidationPipeID The id of the pipe validating otp N/A Yes
loginTemplate Name of the template file presenting the enduser UI entering credentials login.template No
userNameParamName Name parmater containning the username username No
otpParamterName Name parmater containning the OTP. This then will be placed in the "password" parameter when sent for validation password No
otp Name of the template file presenting the enduser UI entering OTP otp No

Example Configuration

{
    "alias": "oidcuidpwdotp",
    "name": "OIDCPostUidPasswordAndOTP",
    "configuration": {
        "userValidationPipeID": "authPipe",
        "otpValidationPipeIDidationPipeID": "otpvalidation",
        "allowedRP": ["rp1", "rp2"]
            }
}

Requirements