2 Replies Latest reply on Aug 7, 2015 6:04 AM by varunthadaka

    WildFly 8.2.0 Single-sign-on configuration

    varunthadaka

      Hello,

       

      My application is deployed on two WildFly servers, now I would like to implement SSO for my application.

       

      Example:

      I have a project called 'project A' which is running on 'Server A' and 'Server B'.

      When the user log-in into the application by default it will be handled by 'Server A'.

       

      I would like to implement SSO for this application like when the user clicks on one particular tab then the request should be handled by 'Server B'(This tab has a specific URL which I can identify when to send the request to 'Server B').

       

      Does WildFly has any inbuilt SSO to support this scenario or is there any open sources to do this?

       

      Thanks,

      Varun