User Session - Remove Attributes node
The User Session - Remove Attributes node allows removing attributes within the user's session during the flow execution.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
Select the attributes that need to be removed.
Default output node
- Success
- Failure
JSON metadata
{
"name": "remove_session_attribute",
"active": true,
"bundleName": "am-token-nodes",
"bundleVersion": "1.0",
"nodeName": "RemoveSessionAttribute",
"category": "session_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "User Session - Remove Attributes"
}, {
"lang": "it",
"value": "User Session - Remove Attributes"
}
],
"index": 6,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}