Hi experts. I'm using jdev 11.1.1.7.0.
I have a human task in a BPM application that must access the security context via backingbean.
Example:
ADFContext.getCurrent().getSecurityContext().getUserName();
always returns "anonymous" instead of the real logged user from BPM worklist.
It's just an example not need the user actually, what I really need is to see the security context from the backingbean on my human task
Is there a way to let the security context passed to ADF application when accessed through BPM workspace?