Re: Tomcat SSO

2018-06-20 Thread James Yong
rhaps sharing exactly how you'd like to implement this would help. > > > > On Sun, Nov 5, 2017 at 7:12 PM, James Yong wrote: > > > Hi all, > > > > > > I would like to revisit this issue. Specifically on whether implementing > > > Tomcat SSO t

Re: Tomcat SSO

2017-12-12 Thread James Yong
t. > I think it will be a good choice to handle SSO and more; and free OfBiz > from a dependency on Tomcat. > > Regards > > > > On Sun, Nov 5, 2017 at 11:12 AM, James Yong <jamesy...@apache.org> wrote: > > > Hi all, > > > > I would like to revis

Re: Tomcat SSO

2017-12-10 Thread Kwadwo Boahen
to handle SSO and more; and free OfBiz from a dependency on Tomcat. Regards On Sun, Nov 5, 2017 at 11:12 AM, James Yong <jamesy...@apache.org> wrote: > Hi all, > > I would like to revisit this issue. Specifically on whether implementing > Tomcat SSO to avoid using externalLoginKey i

Re: Tomcat SSO

2017-12-10 Thread James Yong
com> wrote: > Perhaps sharing exactly how you'd like to implement this would help. > > On Sun, Nov 5, 2017 at 7:12 PM, James Yong <jamesy...@apache.org> wrote: > > Hi all, > > > > I would like to revisit this issue. Specifically on whether implementing > &g

Re: Tomcat SSO

2017-11-06 Thread Taher Alkhateeb
Perhaps sharing exactly how you'd like to implement this would help. On Sun, Nov 5, 2017 at 7:12 PM, James Yong <jamesy...@apache.org> wrote: > Hi all, > > I would like to revisit this issue. Specifically on whether implementing > Tomcat SSO to avoid using externalLoginKey i

Re: Tomcat SSO

2017-11-05 Thread James Yong
Hi all, I would like to revisit this issue. Specifically on whether implementing Tomcat SSO to avoid using externalLoginKey is a sound approach. Thanks. Regards, James Yong On 2017-05-05 18:02, Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > I've been contemplating this fo

Re: Tomcat SSO

2017-05-05 Thread Taher Alkhateeb
I've been contemplating this for a while, but it is not an easy task. Essentially, we need to fully refactor the Catalina Container and do a lot of cleanup to reverse the way OFBiz is deployed to be a single web application, not multiple web applications mapped to a single servlet container as is

Re: Tomcat SSO

2017-05-05 Thread Jacques Le Roux
Hi James, I was not aware of this feature. I just read https://tomcat.apache.org/tomcat-8.0-doc/config/host.html#Single_Sign_On I see no reasons why a POC would be refused. Jacques Le 05/05/2017 à 11:12, James Yong a écrit : Hi all, I would like to propose using the Single Sign On

Tomcat SSO

2017-05-05 Thread James Yong
Hi all, I would like to propose using the Single Sign On mechanism in Tomcat. Once implemented, there is no necessity for the externalLoginKey, or to indicate "intra-app" to target-type attribute. Any issue before i start working on a POC? Regards, James Yong