OAuth - Request Form to User node
The OAuth - Request Form to User node displays a form to the user to collect the required data for an OAuth request.
This node is available in: Consent, Library
Node configurations
- Node Name: The OAuth - Request form to user.
HTML configuration
Configure the HTML form presented to the user to collect OAuth consent data.
Default output node
- Failure
Note
By default, the OAuth - Request form to user node only has a failure exit. Any other outputs must be defined in the Variable Output Table configuration.
JSON metadata
{
"name": "consent",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"category": "application_consent_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "OAuth - Request form to user"
}, {
"lang": "it",
"value": "OAuth - Request form to user"
}
],
"flowType": [
"oauth_consent",
"library"
],
"nodeName": "Consent",
"index": 1,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Failure",
"level": "error"
}
],
"allowAdditionalOutputs": true
}