2 Replies Latest reply on Sep 7, 2006 7:03 AM by kc7bfi

    IIOP CSIv2 Kerberos authentication

    kc7bfi

      I was wondering if it was possible to use CVIv2 to authenticate a CORBA client using Kerberos authentication? I know it works with JacORB (I wrote the interceptors) but does it work with JBoss's interceptors? The code looks like it just supports username/password, is that correct?

        • 1. Re: IIOP CSIv2 Kerberos authentication
          markash

          Good Day,

          Could you please indicate how these inteceptors could be designed to support this functionality?

          I need this to work in 4.0.4 GA and I am willing to write the inteceptors, I just need someone to give pointers on how this could be done.

          Regards.

          • 2. Re: IIOP CSIv2 Kerberos authentication
            kc7bfi

            I resorted to using the SAS interceptors written for JacORB. To do this, I had to write a small modification to the JBoss launcher to run under a kerberos login. For the modification see the attached file on JIRA issue JBAS-3538.