3 Replies Latest reply on Apr 19, 2018 7:19 AM by jviebig

    Opt-Out of SSO for one particular webapp ?

    jviebig

      Hello,

       

      We have a modular application with multiple webapps deployed which use wildfy SSO mechanism with JSESSIONIDSSO to manage login across webapps.

      Now we got the requirement to support an extra webapp that has its own login independent of the other webapps.

       

      Now we need to support another webapp for admin login. It should be possible to login to the user interface and the admin interface  from the same browser in different tabs at the same time. The user credentials for admin and user area are different. 

      We need SSO for the "user" webapps that are part of the normal user interface, so we can't just switch of wildfly SSO.

      We also can't use domains to separate sessions because the servers have no fixed domain names and the distinction between admin and user interface is path based.

       

      Is there any config to tell a webapp that it sould not be part of SSO/ignore JSESSIONIDSSO?

       

      We are currently using wildfly 10