Re: How to pass the --enable-preview parameter when using JSVC?

2020-03-20 Thread ken edward
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

How to pass the --enable-preview parameter when using JSVC?

2020-03-18 Thread ken edward
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

Multiple authentication methods? Fallback from keycloak saml to basic/form auth?

2017-08-23 Thread ken edward
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-

Is there a tomcat SP valve for ADFS IdP??

2017-06-07 Thread ken edward
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

Re: How to configure SPNEGO authentication with fallback to FORM auth?

2016-06-30 Thread ken edward
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: >> &

Re: How to configure SPNEGO authentication with fallback to FORM auth?

2016-06-24 Thread ken edward
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

Re: How to configure SPNEGO authentication with fallback to FORM auth?

2016-06-24 Thread ken edward
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

How to configure SPNEGO authentication with fallback to FORM auth?

2016-06-24 Thread ken edward
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