Re: WS Federation client impl with CXF

2016-10-12 Thread Colm O hEigeartaigh
The problem is that the policy in the WSDL is not valid: According to the WS-SecurityPolicy 1.3 spec, the HttpsToken must have a wsp:Policy child. So you could try modifying the WSDL locally and adding in: Colm. On Fri, Oct 7, 2016 at 7:38 AM, arthurfiddich

ActAs implementation from the STS

2016-10-12 Thread Jan Bernhardt
Hi CXF Users, I'm currently trying to figure out the differences between onBehalfOf and ActAs token delegation. And whether the implementation at the STS is correct or not. I could not find anything substantial in the WS-Trust specification. Is our implementation within the STS just a guessing b