1 2 Previous Next 25 Replies Latest reply on Feb 13, 2012 4:57 PM by mposolda Go to original post
      • 15. Re: GateIn 3.2.0-Beta01 + OpenAM
        ndkhoiits

        That is what I like to hear about :-).

         

        This problem is considered as a bug in SSO project, and it must be fixed asap, you can follow this issue for that https://issues.jboss.org/browse/GTNSSO-5

         

        Thank you for trying.

        • 16. Re: GateIn 3.2.0-Beta01 + OpenAM
          macois

          Hi all,

           

          I gave a solution for the integration with GateIn 3.2 Tomcat bundle and OpenAM : name your cookie rememberme

          And : => Check the input "Encode cookie value"

           

          Did you try this ?

           

          Macois.

          • 17. Re: GateIn 3.2.0-Beta01 + OpenAM
            kkas

            Hi macois

             

            Yes, I tried, but those doesn't work.

            Do you mean change the name of the cookie from iPlanetDirectoryPro to rememberme?

             

            ssloss

            • 18. Re: GateIn 3.2.0-Beta01 + OpenAM
              macois

              Yes that's I want you to test !

               

              Change in the openam's server configuration the name of the cookie !

              And restart openam's server+allclients

              • 19. Re: GateIn 3.2.0-Beta01 + OpenAM
                kkas

                Hi Nguyen

                Thanks for your help too.

                 

                Hi macois

                Thanks for your advice.

                I tried what you said, and it doesn't work.

                Any thoughts?

                 

                 

                By the way, GateIn 3.2.0-CR01 was released yesterday, and FINAL will be released in three weeks.

                Mabye I should wait to try again till the FINAL version is out.

                 

                ssloss

                • 20. Re: GateIn 3.2.0-Beta01 + OpenAM
                  ndkhoiits

                   

                  By the way, GateIn 3.2.0-CR01 was released yesterday, and FINAL will be released in three weeks.

                  Mabye I should wait to try again till the FINAL version is out.

                   

                  AFAIK, you don't waste time on trying that, because the problem doesn't come from GateIn, it's SSO problem, you should follow activities on the SSO project instead of in JIRA. Or you can checkout the code from source code

                  • 21. Re: GateIn 3.2.0-Beta01 + OpenAM
                    macois

                    I already managed to have eXo (based on GateIN) and OpenAM worked fine...

                     

                    What is the problem ? loops on blank page ? exception in logs ??? could you tell me the name/domain of all the cookies on your machine ? (for OpenAM..)

                     

                    Thks

                    • 22. Re: GateIn 3.2.0-Beta01 + OpenAM
                      ndkhoiits

                      There are several major changes which relate to GateIn and SSO integration such as request handler, authentication... in a short time, I guess that you're using an old version of GateIn and SSO. Please do these steps with latest version of GateIn and SSO, and let us know if everything work well.

                       

                      Thank for your help :-)

                      • 23. Re: GateIn 3.2.0-Beta01 + OpenAM
                        macois

                        Hi,

                         

                        I will test when I will have the time

                        Thanks for your help !

                         

                        F.

                        • 24. Re: GateIn 3.2.0-Beta01 + OpenAM
                          kkas

                          Hi macois, Nguyen

                           

                          OK, I'll wait to be fixed of the SSO module.

                          Thank you for your help!

                           

                          ssloss

                          • 25. Re: GateIn 3.2.0-Beta01 + OpenAM
                            mposolda

                            Hi,

                             

                            SSO module is fixed and now integration with GateIn on Tomcat work. See details in JIRA https://issues.jboss.org/browse/GTNSSO-5?focusedCommentId=12666197#comment-12666197 . Fix will be available in next release of SSO component. You may want to build trunk of SSO component by yourself if you want to test the fix now.

                             

                            Please note that for GateIn on Tomcat, you need to do one additional step as mentioned in JIRA. You need to configure ServletAccessValve in GATEIN_TOMCAT_HOME/webapps/portal.war/META-INF/context.xml :

                             

                            <Context path='/portal' docBase='portal' debug='0' reloadable='true' crossContext='true' privileged='true'>

                              <Valve className='org.gatein.sso.agent.tomcat.ServletAccessValve' />

                              ...
                            </Context>

                             

                            Hope it will work for you. You can try to test and provide feedback if everything works as expected.

                             

                            Thanks,

                            Marek

                            1 2 Previous Next