2 Replies Latest reply on Aug 8, 2005 4:38 AM by parmaley

    Jaas with axis

    sanpkul

      Is there any way to do jaas autentication from axis webservices when axis is deployed as a part of ear application.?What are the steps needed to do this?

      I have added custom security handler to the client and able to pass user name and password through soap headers.Also I have custom handler on server to set this user name and password using custom login modules.I am not getting any error with these handler but user is not getting logged in into the ear application.

        • 1. Re: Jaas with axis
          starksm64

          Use the j2ee webservices. We don't support integration with standalone axis.

          • 2. Re: Jaas with axis
            parmaley

             

            "sanpkul" wrote:
            Is there any way to do jaas autentication from axis webservices when axis is deployed as a part of ear application.?What are the steps needed to do this?

            I have added custom security handler to the client and able to pass user name and password through soap headers.Also I have custom handler on server to set this user name and password using custom login modules.I am not getting any error with these handler but user is not getting logged in into the ear application.


            Hi, I have a question.
            How exactly could you extract username and password from SOAP header. I've tried several different ways, but none succeeded...

            Thanks in advance!