Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-28 Thread Doug Gschwind
Hi Mark, Very good, thank you for that direction. Both approaches you suggest seem appropriate, but I was unable to find any guide that describes how to provide/implement a JASPIC module, let alone that within Tomcat. I am hoping a custom Authenticator via extending AuthenticatorBase (FormAuthenti

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-26 Thread Mark Thomas
On 26/08/2016 06:54, Doug Gschwind wrote: > Hello, > In my research today on the topic, this appears to be much more difficult > than I would expect in Tomcat 8.5, so I can only conclude I am missing > something. Here are the two potential solutions I have found : > > 1) Provide our own impleme

Re: Custom Authentication

2008-07-09 Thread Tim Williams
On Wed, Jul 9, 2008 at 9:20 AM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Tim Williams [mailto:[EMAIL PROTECTED] >> Subject: Custom Authentication >> >> The docs[2] suggests registering it by adding the entry >> to the Authenticators.properties file, which, I gather, >> requires unja

RE: Custom Authentication

2008-07-09 Thread Caldarale, Charles R
> From: Tim Williams [mailto:[EMAIL PROTECTED] > Subject: Custom Authentication > > The docs[2] suggests registering it by adding the entry > to the Authenticators.properties file, which, I gather, > requires unjaring catalina.jar. Put your authenticator config in: ${CATALINA_HOME}/lib/org/apache/

RE: Custom Authentication

2006-11-22 Thread Elliott Murray
From: Ravi116 [mailto:[EMAIL PROTECTED] Sent: 21 November 2006 21:39 To: users@tomcat.apache.org Subject: Re: Custom Authentication Marcus, Thanks for your response. Let me elaborate on 1st question - Need to authenticate users either using NTLM or SSL based on whether is user in domain or not. C

Re: Custom Authentication

2006-11-21 Thread Ravi116
Marcus, Thanks for your response. Let me elaborate on 1st question - Need to authenticate users either using NTLM or SSL based on whether is user in domain or not. Can we implement our own auth-method in login-config in web.xml ? Part of the requirement is to make shared/single-sign-on across web