OIDCPostUidAndPassword
Used when authenticating using only username and password.
Example Configuration
{
"alias": "oidcuidpwd",
"name": "OIDCPostUidAndPassword",
"configuration": {
"pipeID": "authPipe"
}
]
}
}
Configuring consent
To use consent, two parts needs to be configured. The authenticator in use and the authentication pipe.
Two consent parameters must be configured on the authenticator.
Secondly an additional valve, OIDCConsentDataValve, must be configured with the data the user will be asked to approve being sent. The format and available rules of the consent data can be found on the documentation page for the OIDCConsentDataValve.