Re: WSDiscoveryClient multicast network interface selection

2018-07-19 Thread Daniel Kulp
I merged this to the 3.2.x branch.. Unfortunately, the snapshot builds for that haven’t been working for a while. I THINK it’s now fixed so there is a snapshot being deployed right now to https://repository.apache.org/content/repositories/snapshots

Re: how to setup oauth2 AuthorizationCodeGrantService

2018-07-19 Thread Colm O hEigeartaigh
Hi, The AuthorizationCodeGrantService must have a way of identifying the end-user. The tests in CXF configure it with a basic authentication filter, for example:

how to setup oauth2 AuthorizationCodeGrantService

2018-07-19 Thread ococucci
Hi, I am using the AuthorizationCodeGrantService but when I call "/authorize?response_type=code=public_id=q4PuwiPH6nhj5A_uri=http://test.fr; I see the request reaching the code but then I get a 401 because the code looks for "securityContext.getUserPrincipal()". do I have to setup a filter