Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Security Context from BPM to ADF

Roberto JermouSep 26 2014 — edited Sep 27 2014

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2014
Added on Sep 26 2014
4 comments
1,597 views