I am using Cloud Azure with https protocol and in the login servlet am getting the proper authorize URL with correct callback URL which has https but in the logs i see below exception
Caused by: com.auth0.exception.APIException: Request failed with status code 403: The redirect URI is wrong. You sent http://xxx.yyy.UUUU.azure.com, and we expected https://xxx.yyy.UUUU.azure.com
But in the call back URL i see it is having correct protocol https but as per the exception it says the callback URL is having only http.
Everything works when i am using http://localhost:8080
Can someone please advice me, if am missing something in the configuration