Re: Help with SPNEGO Pass-Through

2018-05-11 Thread Mark Thomas
On 04/05/18 12:50, Randy Oun wrote: > As an update, the override code worked. Thanks for the guidance. > > Here is the code we packaged in a jar and place in the server lib: > > package company.catalina.realm; > > import java.security.Principal; > import

Re: Help with SPNEGO Pass-Through

2018-05-04 Thread Randy Oun
As an update, the override code worked. Thanks for the guidance. Here is the code we packaged in a jar and place in the server lib: package company.catalina.realm; import java.security.Principal; import org.apache.catalina.realm.GenericPrincipal; import org.apache.catalina.realm.NullRealm;

Re: Help with SPNEGO Pass-Through

2018-04-25 Thread Mark Thomas
On 25/04/18 03:29, Randy Oun wrote: > Thanks Mark. I adjusted the web.xml for the application to match your > recommendation and I'm still getting a HTTP 401 even though I see the > WWW-Authenticate header in the request. > > I'm still getting the same error as described earlier: > > >

Re: Help with SPNEGO Pass-Through

2018-04-24 Thread Randy Oun
Thanks Mark. I adjusted the web.xml for the application to match your recommendation and I'm still getting a HTTP 401 even though I see the WWW-Authenticate header in the request. I'm still getting the same error as described earlier: [org.apache.catalina.realm.UserDatabaseRealm] 17-Apr-2018

Re: Help with SPNEGO Pass-Through

2018-04-24 Thread Mark Thomas
On 23/04/18 12:27, Randy Oun wrote: > Currently I'm configuring Tomcat 8.5 with Integrated Windows > Authentication/SPNEGO and have a question on proper roles in security > and auth contraints. I have completed the instructions in the > Integrated Windows Authentication doc >

Help with SPNEGO Pass-Through

2018-04-23 Thread Randy Oun
Currently I'm configuring Tomcat 8.5 with Integrated Windows Authentication/SPNEGO and have a question on proper roles in security and auth contraints. I have completed the instructions in the Integrated Windows Authentication doc (https://tomcat.apache.org/tomcat-8.5-doc/windows-auth-howto.html)