PostUidAndPassword
Warning
This authenticator is a legacy authenticator. It is recommended to plan for migrating the authenticator to the new protocol agnostic authenticator architecture. More information about the legacy authenticators can be found here.
Note
Use to authenticate with username and password or username and token based OTP.
Properties
Name | Description | Default value | Mandatory |
---|---|---|---|
successURL | Where to redirect client after successful authentication | N/A | Yes |
pipeID | ID of the pipe tu execute when validating user credentials | N/A | Yes |
loginTemplate | Template used when presenting end-user UI. This template is wher euser enters credantials | login.template | No |
userNameParamName | In what parameter is username found when sent to the server | username | Yes |
passworParamterName | In what parameter is password/OTP found when sent to the server | password | Yes |
allowLanguageChange | Should user be aböe to change template language | N/A | No |
enableHoneypot | Enable/disable bot protection | true | No |
title | Title used in template. Value in this will try to map against language used by end-user | login.messages.information.title | No |
translationKey | Body used in template. Value in this will try to map against language used by end-user | login.messages.information.body | No |
headingtranslationKey | Header used in template. Value in this will try to map against language used by end-user | login.messages.information.header | No |
includeQueryString | Should initial query string parameters be passed on | false | No |
Example Configuration
{
"alias": "uidpwd",
"name": "PostUidAndPassword",
"configuration": {
"successURL": "/config/",
"pipeID": "authPipe"
},
"id": "uidpwd"
}