Session custom context
Marco Naimoli
marco.naimoli at unipd.it
Wed Feb 22 11:31:11 EST 2017
Hello, I'd like to make available to attribute resolution process some
dynamic
data coming from authentication phase (I'm using MFA); I've used the
custom context
and, with a script, added some data like this:
custom["data1"]="value"
and it works perfectly. But the scope of this context is not limited to
the current session,
it is global, so the custom context values can be read and overwritten
from all subsequent authenticating users.
Maybe the custom context is not intended for this kind of usage, or I'm
using it in a wrong way; is this
the correct way to solve the problem ?
Thank you
Marco
More information about the users
mailing list