KoenZomers / OneDriveAPI

API in .NET Framework 4.8.0, .NET Core 3.1 and .NET 6.0 to communicate with OneDrive Personal and OneDrive for Business
Eclipse Public License 1.0
109 stars 34 forks source link

[QUESTION] How to solve "AADSTS500113: No reply address is registered for the application" #33

Closed averied closed 3 years ago

averied commented 3 years ago

I'm trying to test the demo application. I have setup my app in Azure. I have put my app id in the App.config fle. So now from Visual Studio I run the demo app, and when I select Graph API and click authorize, I put my office 365 credentials, and after that, I get this error:

AADSTS500113: No reply address is registered for the application

EDIT

Sorry, this was fixed with the instructions provided in the README:

KoenZomers commented 3 years ago

Closing issue as it has been answered by the topic starter itself already