Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

...

  • 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.

...