1 Reply Latest reply on Apr 7, 2011 7:01 AM by soverbosch

    Using Tomcat SPNEGOAuthenticator

    erace.spam.erace.pl

      Hi,


      I am trying to use JBoss Negotiation with Seam.


      The web application that is to use SPNEGO has to use custom auth-method (defined in {jboss.home}/server/{configuration}/deploy/jboss-web.deployer/META-INF/jboss-service.xml). In addition a properly configured JAAS sec domain must used. In web.xml this is configured in usual way i.e.


      <login-config>
        <auth-method>SPNEGO</auth-method>
        <realm-name>SPNEGO</realm-name>
      </login-config>



      In components.xml I have configured propoer JAAS domain via jaas-config-name.


      Any suggestions how to configure it with the Seam app in the way that will let users with propers tickets in and show login window for the others?


      Rgds,


      /p