Hello,
I have an issue where my return URL declared on Azure for an Oauth2 workflow is returned with a port 80 added to it, and of course, there is a mismatch that breaks the authentication.
Here is how I declare the URL:
Here is what is returned:
https://login.microsoftonline.com/vmware.com/oauth2/v2.0/authorize?response_type=code&client_id=79be0823-bf61-4d46-9457-e75fa3067d2c&scope=User.Read Mail.Send offline_access&redirect_uri=https://acorro-sandbox.apps.xxx.io:80/dmxConnect/api/O365/Grant.php&state=c2f81bbb3ade2513f1f27002f7d0770802da2badb2b1f84d3c599a6ba1addd55&return_url=https://acorro-sandbox.apps.xxx.io/index.php
It’s the https://acorro-sandbox.apps.xxx.io:80/
that is a problem.
And here is how the step is configured in the API action - I’ve tried both with an without SSL enforced, I get the same behavior.
This seems to affect only my production environment, the only thing that seems a little bit odd is the ndd with a ‘nested’ subdomain.
Last updated: