1 Reply Latest reply on Oct 12, 2004 7:57 AM by sonic-dre

    Authentication and Authorization with ws4ee

    wejaeger

      Hello,

      I manged Authentication with w2ee by adding a port-component tag with a auth-method child to jboss.xml:



      <security-domain>@jaasDomain@</security-domain>
      <enterprise-beans>

      <ejb-name>ServiceActivationLocal</ejb-name>
      <local-jndi-name>com.tsi.iplsprovisioning.services/ServiceActivation/LocalHome</local-jndi-name>
      <port-component>
      <port-component-name>ServiceActivation</port-component-name>
      <port-uri>/sa</port-uri>
      <auth-method>BASIC</auth-method>
      </port-component>

      </enterprise-beans>