4 Replies Latest reply on Nov 19, 2010 11:50 AM by pablo.fraga1975

    SPPostFormAuthenticator seems not be working

    pablo.fraga1975

      Hi,

       

      We are trying to use SPPostFormAuthenticator instead SPRedirectFormAuthenticator but it seems not be working correctly.

       

      As stated in the UserGuide of PicketLink we changed the valve configuration in context.xml file in the SP application from:

       

      <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator" />

       

      to:

       

      <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator" />  

       

      And we get this error in the IDP:

       

      15:37:06,829 ERROR [IDPWebBrowserSSOValve] No SAML Request or Response Message

       

      We are using JBoss 4.2.3 and picketlink-build-jbas-1.0.4.final, could it be a compatibility problem?

       

      What is missing?

       

      Thanks,

       

      Pablo