Can CFX Fediz be configured to validate a JWT token from an ADFS 2.0 IDP/STS

2014-11-27 Thread Thomas Soranno
I want to allow .Net applications to call my Apache CFX web service using a bearer token that was obtained from an ADFS token server. I have successfully tested the OAuth2 SSO example that uses the Spring extension plugin configured to use ADFS as the Authentication server, however I can find

Re: Moving from CXF 2.7.11 to 3.0.1 in Karaf - missing org.apache.ws.security

2014-11-27 Thread boca2608
Colm, Thank you very much for taking the time to answer my question and to share your expertise. Indeed I needed to switch to wss4j 2.0.2. I did not realize that wss4j 2.0.x was out because it started in a new Maven repository (http://mvnrepository.com/artifact/org.apache.wss4j). For those pe

Re: Marshalling of Strings in JSON

2014-11-27 Thread Richard Snowden
Which version of Jackson do you use? On Thu, Nov 27, 2014 at 5:24 PM, Aaron Titus wrote: > I'm not sure if this will help you or not but I am using Jackson as the > provider with CXF, and my object classes are annotated with JAXB > annotations. I'm able to create both JSON and XML without issue,

Re: Marshalling of Strings in JSON

2014-11-27 Thread Aaron Titus
I'm not sure if this will help you or not but I am using Jackson as the provider with CXF, and my object classes are annotated with JAXB annotations. I'm able to create both JSON and XML without issue, even using simple types like String and boolean. This may be more overhead than you want? Maybe

Re: possible wss4j bug?

2014-11-27 Thread tobee
The issue is solved - had some bad wss4j jar(built one with my "debug" changes). I might have other questions but those will be rather performance/tomcat setup related and not in this topic. Thank you Colm for support and bugfixes ;). Regards Lucas -- View this message in context: http://cx