Table of Contents |
---|
...
While configuring the Redirect URI(as mentioned in above link) - it should be your FlexDeploy server url appended with the following path /flexdeploy/rest/v2/oauth .
In our case the FlexDeploy Server url is https://fdtlt86fdtlt8.flexagonxyz.azure.com:8443 so effectively the Redirect URL will be https://fdtlt86fdtlt8.flexagonxyz.azure.com:8443/flexdeploy/rest/v2/oauth.
...
Lets first understand Redirect URI: This is the URI where Azure will redirect(basically FlexDeploy Server) after successfully authorizing the Azure application.
As part of Azure Application(Service Principal) setup in previous step, we have configured the Redirect URI as https://fdtlt86fdtlt8.flexagonxyz.azure.com:8443/flexdeploy/rest/v2/oauth
The Redirect URL generated by FlexDeploy server using the Server Base URL is
$Server_Base_Url/flexdeploy/rest/v2/oauth
This must match the Redirect URL that was configured in the Azure Redirect URL. Else will get below error.
...