2 Replies Latest reply on Nov 22, 2008 4:45 AM by pradeepprathyu

    SSO and JBOSS.

      Hello All,

      I have 5 applications running on jboss server. I want to enable SSO for these applications. I saw one artical which states that by using login module stacking, we can provide SSO for applications running on the same server.

      http://www.devx.com/Java/Article/7865/0/page/3

      based on the above artical, can any one tell me how to configure that in jboss??

      or some one please point me to appropriate SSO frameworks for JBOSS

      Can i have a single login module for all the application? and make the login information share among all the apps???
      [img][/img]

        • 1. Re: SSO and JBOSS.
          aamonten

          If they are running on different jboss servers, take a look at
          http://www.jboss.org/jbosssso/
          I recommend you to check out the source from the svn as thair have been fixed many bugs, but I didn't had time to create a new release.

          • 2. Re: SSO and JBOSS.

            i understood what you are saying sir.
            if i could explain my problem clearly, i have an application running on jboss.
            it has its own login module. i want to make use of the same login module for all other apps.

            As i am using the same login module for all the apps, is it possible to have SSO feature by confiuration without using the Jboss SSO?