We are going to host a Tomcat web app in an external server in the cloud. Now because of security this server cannot have any settings of our domain controller and any NTLMV2 credentials. Our intranet users will be using the external web app and it must be SSO. So what we want to have is another Tomcat server in the DMZ acting as a proxy. This server will SSO authenticate the intranet user and then pass the username to the external web app for access rights determination before returning the response to the client. Will this work and what configuration needs to be done in Tomcat, what Java filter needs to be used, How do I use the Waffle API?
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
dB. | Moscow - Geneva - Seattle - New York
dblock.org - @dblockdotorg
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
The route you suggested seems to make a lot of sense but we have to be careful not to pass the wrong code or route to the wrong user.
A vendor is building a Struts application (A) in Amazon. We want the internal network users (B) to be able to use the application (A) without having to log in. Our users use IE so the browser will authenticate with the AD inside the domain controller (C) if the application is in the Intranet. But this new application (A) is hosted in the cloud. Our security group tells us (and rightfully so) that the application (A) should never connect with the DC directly. Some application (D) needs to be housed in the DMZ to serve as a "AD replicator" or intermediary or proxy and do the authentication.
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.