We're trying to do calendar sync between outlook and our calendar and running into this error
We've connected hundreds of accounts and never ran into the issue
We're trying to do calendar sync between outlook and our calendar and running into this error
We've connected hundreds of accounts and never ran into the issue
Based on your screenshot it could be one of the following scenarios:
Your Application ID in your web.config does not match the Application ID in your app registration. Double-check that these values are the same.
The Reply URL in your portal needs to match the URL of your published application. This can happen if the Reply URL in your app registration is still set to localhost or is set to something other than the main page that you want your users to reach. This can also happen if the homepage URL in the portal is still set to localhost.
Your app might be registered in the wrong tenant.
Please see this documentation for reference. (Ignore the part that says localhost if you are using a published app.)