duosecurity / duo_universal_java

Duo OIDC-based two-factor authentication for Java web applications
https://duo.com/docs/duoweb
Other
14 stars 21 forks source link

Add proxy server support #24

Closed eosmith closed 1 year ago

eosmith commented 1 year ago

Description

Add http proxy server support

Motivation and Context

These updates allow a Client to be created that routes requests through an http proxy server. This will resolve issue #12

How Has This Been Tested?

This was tested using our organizations proxy server to successfully connect to an application created in our Duo account. A new test was not added as connecting through a live proxy server is organization dependent.

Types of Changes

eosmith commented 1 year ago

This looks really good! Thank you so much for adding proxy server support this this repo. I am sure a lot people would appreciate this feature too!

You're welcome and thank you so much for your review and help to get this added!