-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentification error #4
Comments
I get the same error. Was this issue ever resolved? |
Enter "http://localhost:52026/Account/Redirect" (or whatever your port is instead of :52026) in the RedirectURL box on the API settings tab in the "Application Registration Portal." https://apps.dev.microsoft.com Plucked this from issue #1 and everything seems to work as of today. However it is using the old 1.x SDK and they've totally changed authentication and haven't provided any web samples. |
I would really appreciate a working AspCoreOneDriveExplorer sample, OneDrive for Business that is :) |
Aiya I wish this issue was more prominently featured. This fix worked for me as well. |
This fix worked for me as well. I entered "http://localhost:5206/Account/Redirect" in the Redirect URLs box on the Web form in the https://apps.dev.microsoft.com portal. However, in the web.config, I'm using ngrok URL: |
I try to run the sample and receive
https://login.live.com/err.srf?lc=1033#error=invalid_request&error_description=The+provided+value+for+the+input+parameter+'redirect_uri'+is+not+valid.+The+expected+value+is+'https://login.live.com/oauth20_desktop.srf'+or+a+URL+which+matches+the+redirect+URI+registered+for+this+client+application.&state=personal
The text was updated successfully, but these errors were encountered: