1 Reply Latest reply on Nov 3, 2017 5:58 AM by adnila87

    SAML 2.0 SSO for multiple war files in single jboss instance

    chethantm

      I have been working on implementing SSO solution for my application. My requirement is as follows,

       

      Requirement:

      Implement SSO service provider endpoint (sso agent) as a seperate war file but deployed in the same jboss instance where my other war applications are running which requires sso authentication to access the resource(eg., jsp pages). And this SP sso agent(war) should be able to consume and authenticate all the user requests with an Idp server and provide access to multiple war applications (bundled in a single EAR file) without having to define any individual sso configuration on respective individual war application.

       

      Image attached for your reference.