I’m using the Maven mvc-auth-commons SDK and receives the following error when using the SDK behind a reverse proxy.
com.auth0.exception.APIException: Request failed with status code 403: **The redirect URI is wrong. You sent [http://localhost:8080](http://localhost:8080/), and we expected [https://sso-test.uranus.dx-suite-test.com](https://sso-test.uranus.dx-suite-test.com/)**
at com.auth0.net.ExtendedBaseRequest.createResponseException(ExtendedBaseRequest.java:131) ~[auth0-1.44.1.jar:1.44.1]
Solution
The SDK cannot be used behind a reverse proxy, please review this resource