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
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
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
> 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/
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
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