
I'm trying to use the Dataverse Web API from PAD. To do this, it requires an app to be registered in Azure. What would the 'Redirect Uri' be for a PAD flow?
The "Redirect URI" for a Power Automate Desktop flow that is using the Dataverse Web API from Azure would be "https://global.consent.azure-apim.net/redirect". This URL is used to complete the OAuth 2.0 authorization process and is a default URL provided by Microsoft for Power Automate Desktop flows.
To use the Dataverse Web API from Power Automate Desktop, you need to register an app in Azure and provide the "Redirect URI" as part of the app registration process. The "Redirect URI" is used to redirect the user to the flow after they have completed the authentication process, allowing the flow to access the protected resources provided by the Dataverse Web API.
Note that the "Redirect URI" may be different for different services, and you should check the service's documentation to confirm the correct "Redirect URI" for your flow.