Re: two-step container managed authentication

2003-08-16 Thread Erik Price
Hi John, thanks for responding. I think that what I will do (if I ever get to that stage of this project, right now I'm still working on domain layer), is use CMA via JNDI (JNDIRealm) to authenticate against LDAP. Then, if the authentication proves successful, the HTTP request continues to

Re: two-step container managed authentication

2003-08-14 Thread John Tangney
The way CMA works, the auth happens completely transparently. That is, auth happens before your app even sees the HttpRequest. If you want to do a second auth-like thing with that request, the you'd set up an action to do so. Note that the CMA can access the same db tables as the rest of the