Getting authenticated user in BPEL

I use Oracle SOA and BPEL, and I have an authentication requirement to invoke a web service that starts with a BPEL process.

What I'm trying to do is get an authenticated user inside the BPEL process. I would like to somehow save the caller in the process history. I checked all the obvious ways to do this, so I'm wondering if there are unobvious ways to do this.

+4
source share
1 answer

You must use OWSM policies. This can be done by right-clicking Tools in the compos.xml design view. Then select Configure WS Policies → Request.

Service WS Policies

For more information contact: http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/sca_policy.htm#CHDHAJIH

0
source

All Articles