3 Replies Latest reply on Mar 5, 2013 11:22 AM by magick93

    drools-guvnor with sso valve in JBoss AS7.1.1

    mrychly

      Hello,

       

      I'm trying to integrate jbpm designer from drools-guvnor with my webapp and I want to authenticate only once on my webapp entrance. I'm using JBoss AS7.1.1. In webapp and jbpm console server I just added valve in jboss-web.xml, definied sso in jboss:domain:web:1.1 and it works fine. But in case of guvnor I can't find similar solution.

      Is there any way to do something like that with drools? or maybe picketlink IDM is really the only solution to obtain SSO functionality?

        • 1. Re: drools-guvnor with sso valve in JBoss AS7.1.1
          mrychly

          Another question. Is picketlink-seam, still supported? I'm trying to add this package to project, but maven can't find it in jboss repositories. Maybe it's hidden in some other repo? I'm going to try using this package to integrate drools with my IDP (if I'll go one with current problem ofcourse...). Is that good idea in Your opinion?

           

          Thaks for help in advance

          • 2. Re: drools-guvnor with sso valve in JBoss AS7.1.1
            mrychly

            I passed the problem with picketlink-seam but still, can't find a way to use simple implementation SSO based on tomcat valve ( org.apache.catalina.authenticator.SingleSignOn ) or picketlink IDP. I need to integrate session of three webapps. I have no problem with two of them in which I can add Valve to jboss-web.xml, or configure picketlink IDP/SP. But Drools-guvnor uses Seam3, and I can't find a way to do similar thing with it. I fight with it for too long already . I don't think that using of open id, or some external IDM is good idea for such project.

             

            Maybe anyone have idea how can I deal with it?

            • 3. Re: drools-guvnor with sso valve in JBoss AS7.1.1
              magick93

              Hi Marcin

               

              I'm also looking to integrate guvnor into my web app, and am facing the same challenge.

               

              I'm interested to hear if you solved this, and how?

               

              Thanks