2 Replies Latest reply on Apr 11, 2008 2:47 PM by aamonten

    Trust relationship between JBoss servers

    mohammadk

      In WebLogic you can enable a trust relationship between two servers in different domains so that principals in a Subject from one WebLogic Server domain are accepted as principals in another domain. When this feature is enabled, identity is passed between WebLogic Server domains over an RMI connection without requiring authentication in the second domain (for example: login to Domain 1 as Joe, make an RMI call to Domain 2 and Joe is still authenticated).

      Does anyone know if something like this is available in JBoss?

      -Thanks