You are welcome! From: Samuel Cox [mailto:[email protected]] Sent: Freitag, 18. Januar 2013 12:16 To: Andrei Shakirin Subject: Re: CXF Client - MSCRM 2011 web service + ADFS + claims-based authentication
Hey Andrei, I wanted to say thanks and that those articles definitely helped me with a POC I was working on. Ultimately, I ended up using http://www.jhkuperus.nl/articles/java/using-apache-cxf-to-connect-to-microsoft-dynamics/ the most. I'm still not sure if I got everything correct, but it's good enough for now. On Sat, Jan 12, 2013 at 12:59 PM, Andrei Shakirin <[email protected]<mailto:[email protected]>> wrote: 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]<mailto:[email protected]>] > Sent: Samstag, 12. Januar 2013 19:22 > To: [email protected]<mailto:[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<http://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.
