Hello,
I have a url declared as redirect URI that works fine with my Oauth2 integration on a dev environment, but when trying the same on my production one, with the corresponding redirect URI declared in a similar fashion (https://sandbox.apps.ndd.tld/url.php), but it is returned as https://sandbox.apps.ndd.tld:80/url.php by login.microsoftonline.com.
The error returned is: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '79be0823-bf61-4d46-9457-e75fa3067d2c'.
Here is a capture:
Request Id: 1922baf4-e06b-4748-903a-5a8bb461be00
Correlation Id: bf4fa000-f027-4c7c-bbe5-10c2dfdeef03
Timestamp: 2021-05-04T15:29:51Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '79be0823-bf61-4d46-9457-e75fa3067d2c'.
I don't understand why the port 80 is added, especially since the URL declared is using SSL.