Re: SRP authentication

2018-09-14 Thread Jens
Hi Colm, yes, that's what I did now. I'm actually not sure whether the way to use this stuff with SOAP is some sort of standard or just a one-off project with a home-grown authentication scheme. In case I do get something official and public I'll let you know. Cheers, Jens coheigea wrote >

Re: SRP authentication

2018-09-14 Thread Colm O hEigeartaigh
Hi Jens, OK well it should be straightforward to do both of those things with a CXF interceptor. If there were some public/official documentation we could consider adding it to CXF. Colm. On Thu, Sep 13, 2018 at 3:24 PM Jens wrote: > Hi Colm, > > at the moment I only have (confidential)

Re: SRP authentication

2018-09-13 Thread Jens
Hi Colm, at the moment I only have (confidential) high-level documentation that basically says - use the AWS SDK to make an authentication request (-> ID token and access token) - add the ID token as an HTTP header to the SOAP request - add the ID token and the access token as SOAP headers to

Re: SRP authentication

2018-09-13 Thread Colm O hEigeartaigh
Hi, There isn't any support in CXF for SRP using WS-Policy or otherwise, as far as I'm aware. Do you have a link to some documentation about how SRP would work with SOAP messages? Colm. On Wed, Sep 12, 2018 at 12:43 PM Jens wrote: > Hi list, > > does CXF include support for authentication via