M
Mike Fechner
Guest
Hi there, when setting up the hybrid realm for PASOE rest/web authentication the domain that will be part of the client-principals full user name is part of the Tomcat config (e.g. in the oeablSecurity-form-oerealm.xml file). When we need to support multiple domains (multi-tenancy) we could setup multiple tomcat apps, each with it's own security config file (oeablSecurity-form-oerealm.xml). The login page would then be reachable as https://server/domain1/web/login.html https://server/domain2/web/login.html But how can we achieve a setup where the user in the browser, could login using username@domain1 or username@domain2 or we have a combo-box with all available login domains? Goal is that a single website allows the user to login
Continue reading...
Continue reading...