1 Reply Latest reply on Dec 7, 2007 4:15 PM by renspr

    Authenticate every request

    renspr

      Hi,

      I setup a new project using Seam 2.0.0.GA. On every Seam page request I need to autenticate the user against a proprietary system. I created an 'authenticator' component, and set 'authenticate-every-request' to 'true'.

      <security:identity
       authenticate-method="#{authenticator.authenticate}"
       authenticate-every-request="true"/>
      


      My authenticate() method is NOT called on every page request. I checked the current CVS head version and noticed that 'authenticateEveryRequest' has been removed from the Identity component with the comment 'removed unused fields/methods, minor'.

      How to configure Seam that for every page request the authenticate method will be called?

      Thanks in advance, regards,

      Rene