Hi, I am using com.auth0.AuthenticationController on my backend for the login. I have configured it to have a nginx reverse proxy to have secure connection (https). I have updated all the setting in the auth0 application to have https and http. Currently on function call authenticationController.handle(request, response);
I receive the following error and can’t find the cause of it.
spring |
spring | com.auth0.exception.APIException: Request failed with status code 403: The redirect URI is wrong. You sent http://localhost, and we expected https://localhost
spring | at com.auth0.net.ExtendedBaseRequest.createResponseException(ExtendedBaseRequest.java:128) ~[auth0-1.19.0.jar:1.19.0]
Please include the following information in your post:
- SDK com.auth0 (maven)
- Version 1.4.0
- Platform Version: java