Thanks a lot, in the end I managed to implement my provider using play framework and scala on top of CXF. I’ll check the documentation to see if I forgot something.
Best regards, Edmundo > On 22 jun 2016, at 9:08 a.m., Sergey Beryozkin <[email protected]> wrote: > > I've started documenting it at: > > https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+OIDC > > Cheers, Sergey > On 20/06/16 11:14, Sergey Beryozkin wrote: >> Hi Edmundo >> >> Thanks for your query, let me CC to the users list as it can be of >> interest to others too. >> >> FYI, CXF ships OIDC service/IDP and RP support code. As such it does not >> offer a complete OpenId Connect provider implementation OOB but we do >> put a lot of effort into making this support code as complete as >> possible with the actual provider implementations only needing to >> provide the user authentication details and if needed - custom >> persistence providers. >> >> Fediz OIDC, >> https://github.com/apache/cxf-fediz/tree/master/services/oidc >> >> is a reference integration project which shows how a CXF OIDC IDP >> utility code can be integrated with a 3rd party authentication system. >> Specifically >> >> https://github.com/apache/cxf-fediz/tree/master/services/oidc/src/main/webapp/WEB-INF >> >> >> is where OIDC JAX-RS endpoints and providers are set up. >> >> At the moment CXF code can help with building complete OIDC Core providers. >> >> Have a look at the Fediz project and let us know if you have other >> questions. I'm going to work on completing CXF OIDC docs asap and will >> post a link here >> >> HTH, Sergey >> >> On 11/06/16 22:57, Edmundo López Bóbeda wrote: >>> Dear Sergei, >>> >>> I’ve seen you commit regularly to the Apache CXF project, I’d like to >>> use the OpenId Connect part of the project to implement an Identity >>> Provider but there is no documentation. I’ve been inspecting the code >>> and it seems everything is there to do it, however, the is no >>> documentation that confirms that the code is a complete implementation. >>> >>> I think I can figure out how to use the API on my own, but I’d greatly >>> appreciate if you could just confirm in me that CXF 3.6.1 contains >>> everything I need to implement my OpenId Connect Id provider. >>> >>> Thanks in advance for your help, best regards, >>> >>> *Edmundo López Bóbeda, Ph.D.* >>> Idiomaticsoft S.R.L. >>> m: +591 689 21 671 | e: [email protected] >>> <mailto:[email protected]> >>> >>> PD: ¿Quiere emitir facturas computarizadas? Le ayudamos aquí >>> <http://yofacturo.bo> >>> >> > > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/
