On 25/05/2016 07:02, Clinton Breed wrote:
> Good day All
> 
> We are running a web app named n-able Helpdesk Manager via TomCat 7 on a
> Windows Server 2008.
> 
> The Tomcat gets installed via the n-able helpdesk installation. I have
> been assigned a task to get the Helpdesk Webapp to login automatically
> gathering the information from the windows login. (automatic LDAP
> authentication)
> 
> I have done some research and found out that it is possible to integrate
> the windows authentication  through Tomcat (SPNEGO), but my question is,
> how to I get past the Login on the Webapp (n-able Helpdesk)
> 
> The authentication options I have on n-able Helpdesk is:
> 
> n-able Help Desk Manager (Where you create user login details)
> 
> CAS 2.0
> 
> SAML 2.0
> 
> Servlet Authentication

I'd guess this is the option you need.

I'd start with a simple web application and make sure that SPNEGO is
working correctly. A JSP that displays the current value of
HttpServletRequest.getRemoteUser() with an appropriate security
constraint should be enough to test with.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to