> On Dec 5, 2016, at 2:54 PM, Romain Manni-Bucau <rmannibu...@gmail.com> wrote: > >> You may have a desktop app or some other scenario where on your trusted >> network, users can log in and you don’t want identity statically configured >> on the server side. >> >> > This is a feature we don't have today at all so quite out of scope of the > current mail (this is a new feature client wide, not related to udp > probably)
We do have this exactly and I think is possibly a reason for the confusion. Here’s a thread from 2008, "Desktop app communicating with EJB" - http://tomee-openejb.979440.n4.nabble.com/Desktop-app-communicating-with-EJB-td980332.html <http://tomee-openejb.979440.n4.nabble.com/Desktop-app-communicating-with-EJB-td980332.html> Clients can login via the RemoteInitialContext parameters and have their identity propagate with their remote calls. The only change is that the user/pass could get applied at the http layer as well. -David