All/Jb, Is there a way how can I integrate reverse proxy in Service Mix? I was trying to integrate (plug-in) the Opensso with Service Mix and how can I pass on the token provided by Opensso to other application within Service Mix? How the token is passed on to other applications by service mix to achieve SSO?
Any help is greatly appreciated. Thanks Amith -----Original Message----- From: Amit Thirunarayan [mailto:[email protected]] Sent: Friday, July 09, 2010 4:14 PM To: [email protected]; [email protected]; [email protected] Subject: RE: Service Mix + SSO Thanks JB for your Response. If I expect my SSO on CXF how can I define Realm/Auth in the CXF bus? Can you please elaborate or please can you give me a link that explains anything of this sort. Thanks for the help Amith -----Original Message----- From: Jean-Baptiste Onofré [mailto:[email protected]] Sent: Friday, July 09, 2010 12:26 PM To: [email protected]; [email protected] Subject: Re: Service Mix + SSO Hi Amith, At what level do you expect SSO ? On CXF ? Anyway, ServiceMix embeds JAAS, so, if you want SSO (using kerberos, or a kind of ticketing system), you can implement your own login module (or use an existing one) and add it in the login.properties file. You will be able to use SSO in the core SMX JAAS engine. FYI, I implemented a SSO system like this: ServiceMix is the authentication server and can use different backend (Kerberos, LDAP, JDBC, etc) via JAAS login modules. Concerning CXF, I think that you can define your Realm/Auth in the CXF bus. Regards JB On 07/09/2010 08:50 AM, Amit Thirunarayan wrote: > Hi All, > > > > I am new to Service Mix and was just playing around with the examples > provided by Service Mix. I have installed the Service Mix 3.3.2. > > I was trying out the cxf-wsdl-first and was successfully able to add the > Authentication interceptors to them. > > > > Now my question is how Service Mix achieves Single Sign On (SSO)? Any > links on this would be of a great help. > > Thanks in advance > > > > Amith > > > >
