t;
> On 3/18/20 16:25, ken edward wrote:
> > Hello,
> >
> > When I deploy my war it produces the below error message, telling
> > me to pass the "--enable-preview". I can add the
> > "--enable-preview" to my tomcat start.sh script dev environm
Hello,
When I deploy my war it produces the below error message, telling me
to pass the "--enable-preview". I can add the "--enable-preview" to
my tomcat start.sh script dev environment to resolve the problem.
However, if I launch the production tomcat using the jsvc binary (to
bind to port 443
Hello,
I have tomcat value for authentication implemented and working
(keycloak saml tomcat adapter). but how can I implement a fallback to
form/basic authentication? Can I chain auth valves?
Ken
-
To unsubscribe, e-mail: users-
Hello,
I have an Idp (my ADFS) and I have a tomcat server with a simple j2ee
web application. I know I can stand up a keycloak sever, and use an
SP adapter for tomcat, BUT is there a way to simply install a tomcat
SP valve/libs that would talk to the IdP and bypass having to install
the keycloak
I did get it to work. Simply merged existing spnego and form auth valves
together, I will try to post later..
On Fri, Jun 24, 2016 at 6:21 PM, Terence M. Bandoian
wrote:
> On 6/24/2016 10:45 AM, ken edward wrote:
>
>> On Fri, Jun 24, 2016 at 11:26 AM, Mark Thomas wrote:
>>
&
On Fri, Jun 24, 2016 at 11:26 AM, Mark Thomas wrote:
> On 24/06/2016 16:17, ken edward wrote:
> > On Fri, Jun 24, 2016 at 10:46 AM, Mark Thomas wrote:
> >
> >> On 24 June 2016 14:22:32 BST, ken edward wrote:
> >>> Hello,
> >>>
> >>&g
On Fri, Jun 24, 2016 at 10:46 AM, Mark Thomas wrote:
> On 24 June 2016 14:22:32 BST, ken edward wrote:
> >Hello,
> >
> >I have tomcat 8 on linux, configured with kerberos/SPNEGO
> >authentication.
> >All works well, but if the client cannot use kerberos t
Hello,
I have tomcat 8 on linux, configured with kerberos/SPNEGO authentication.
All works well, but if the client cannot use kerberos to authenticate, it
will not fallback to FORM authentication.
I see some references that tomcat 8 does not do fallback negotiation for
FORM auth. True? Any workar