Re: WebApp to WebApp JEE security

2015-12-05 Thread Marco Pizzoli
Hello Konstantin, On Sat, Dec 5, 2015 at 2:31 PM, Konstantin Kolinko wrote: > 2015-12-05 12:18 GMT+03:00 Marco Pizzoli : > > Hi list, > > I am fighting against a 3rd party application composed by 2 webapps. > > > > The first is supposed to present a login form and onc

WebApp to WebApp JEE security

2015-12-05 Thread Marco Pizzoli
Hi list, I am fighting against a 3rd party application composed by 2 webapps. The first is supposed to present a login form and once authenticated you are presented with the application frontend. Behind the lines it is connecting (through localhost) to a second one that is presenting the same secu

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
On Mon, Jan 27, 2014 at 3:17 PM, Konstantin Kolinko wrote: > 2014-01-27 Marco Pizzoli : >> Hi all, >> I'm fairly new to Tomcat and to this mailing list, so apologies in >> advance if not being clear in explaining my problem. >> >> I'm tasked with the i

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
0:47 AM, Mark Thomas wrote: >>> >>> On 27/01/2014 09:43, Marco Pizzoli wrote: >>>> >>>> Hi all, >>>> I'm fairly new to Tomcat and to this mailing list, so apologies in >>>> advance if not being clear in explaining my problem. >>

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
Hi Mark, Thanks for your reply. Yes I expressly need JAAS. This is a requirement coming from the provider of an external software vendor. It leverages "principals". Marco On Mon, Jan 27, 2014 at 10:47 AM, Mark Thomas wrote: > On 27/01/2014 09:43, Marco Pizzoli wrote: >> Hi

Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
Hi all, I'm fairly new to Tomcat and to this mailing list, so apologies in advance if not being clear in explaining my problem. I'm tasked with the implementation of JAAS for a web application by leveraging the existing LDAP server (MSAD) present at our company. The first problem I faced was due