OIDCPostUidAndPassword

Used when authenticating using only username and password.

Properties

Name Description Default value Mandatory
pipeID The id of the pipe validating username & passwor 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
passworParamterName Name parmater containning the password password No

Example Configuration

{
    "alias": "oidcuidpwd",
    "name": "OIDCPostUidAndPassword",
    "configuration": {
        "pipeID": "authPipe",
        "allowedRP": ["rp1", "rp2"]
         }
}

Requirements