Hi Samuel, If I understand you correctly, you want to implement Java client speaking with MSCRM 2011 endpoint using SAML based authentication (SAML includes claims). If it so, I would recommend to start from Glen Mazza's blog and tutorial about using CXF and STS for SAML based authentication: http://www.jroller.com/gmazza/entry/cxf_sts_tutorial. After it you can configure your claims in CXF client and STS (Colm's blog http://coheigea.blogspot.ie/2011/11/apache-cxf-sts-documentation-part-x.html ). If you have any problems/questions - just send them here to CXF user mailing list.
Cheers, Andrei. > -----Original Message----- > From: Samuel Cox [mailto:[email protected]] > Sent: Samstag, 12. Januar 2013 19:22 > To: [email protected] > Subject: CXF Client - MSCRM 2011 web service + ADFS + claims-based > authentication > > Hi, > > My team and I have been struggling with creating any kind of Java-based > client to the MSCRM 2011 endpoint if it uses claims-based authentication. > Our latest attempts have revolved around using CXF. To do this, we've been > following the guide outlined at http://groovyjava- > tom.blogspot.com/2012/01/cxf-and-ms-crm-2011.html. > However, we haven't made a whole lot of progress. I can post specific > questions, but I wanted to start with something more general. > > Where is the best place to look (doc, tutorial, etc.) for information on > creating a CXF client that will do claims-based authentication? > > Any help/pointers is greatly appreciated.
