You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect to an environment using OAuth and I'm getting the error below because localhost doesn't match one of the redirect URIs. Is there any work around in the Dataverse Linqpad Driver to avoid having to configure localhost as one of the redirect URIs?
The text was updated successfully, but these errors were encountered:
@jstoppa - Try adding the redirect URL http://localhost to the App Registration. It looks like it is missing (if you are not using Microsoft App Registration 51f81489-12ee-4a9e-aaae-a2591f45987d). The other option is to use Azure method if you are using Azure CLI and the same account to access both Azure and Power Platform.
thanks, would you consider adding a parameter in the connection details to populate the redirect parameter, I guess is this line below. I'm happy to create a PR
I'm trying to connect to an environment using OAuth and I'm getting the error below because localhost doesn't match one of the redirect URIs. Is there any work around in the Dataverse Linqpad Driver to avoid having to configure localhost as one of the redirect URIs?
The text was updated successfully, but these errors were encountered: