1 Reply Latest reply on Jul 18, 2006 5:06 AM by timfox

    messaging user authentication in portal

    jksmartt

      I am using both JBoss Portal and JBoss Messaging. We are using the built in authentication that is in the JBoss Portal to allow users to login to the site. Is it possible to set JBoss Messaging to also use the Portal Users and Roles so that when Durable Subscribers subscribe to a Topic it will use the already existing user base instead of duplicating users in both?

        • 1. Re: messaging user authentication in portal
          timfox

          Assuming portal uses JAAS for authentication/authorization (I'm not sure if that is true) then this should just be a matter of making sure the application policy is pointed at where the portal users/roles are, in login-config.xml.

          I haven't tried this though.