User Session Store node
The User Session - Store node saves the IO authentication session token persistence for the current user.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
User binding configurations
Determines whether a user profile must be resolved before issuing the authentication token.
If enabled, the system issues a session token without creating or linking a user account.
If disabled, IO attempts to identify an existing user and associate the session with a user profile.
This section allows you to configure how the user is identified.
You can bind the user either by username or by a specific attribute. The corresponding value must be specified (e.g. {{form.username}}).
An additional Ignore case option is available.
Node configurations
Defines the time to live of the user's authentication session in seconds. Once this time expires, the session is automatically invalidated.
Specifies the maximum period of inactivity (in seconds) before the session is automatically invalidated.
Default output node
- Success
- Failure
JSON metadata
{
"name": "store_token",
"active": true,
"bundleName": "am-token-nodes",
"bundleVersion": "1.0",
"nodeName": "StoreToken",
"category": "session_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "User Session - Store"
}, {
"lang": "it",
"value": "User Session - Store"
}
],
"index": 1,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}