OAuth - Allowed by the User node
The OAuth - Allowed by the user node represents the successful outcome of an OAuth consent flow, where the user approves the authorisation request.
This node is available in: Consent
Node configurations
- Redirect URL: Specify the URL to which the user will be redirected after granting consent.
Default output node
- No outputs (terminal node)
JSON metadata
{
"name": "end_allow",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"category": "application_consent_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "OAuth - Allowed by the user"
}, {
"lang": "it",
"value": "OAuth - Allowed by the user"
}
],
"flowType": [
"oauth_consent"
],
"nodeName": "EndAllow",
"index": 2,
"inputs": [{
"name": "Input"
}
],
"outputs": null
}