Error AADSTS50011
Closed this issue · 3 comments
lommez commented
I receive that error message: "ERROR retrieving token: AADSTS50011: The reply address 'http://localhost:10800/Home/Authorize' does not match the reply addresses configured for the application".
Is that a known bug?
Thanks
jasonjoh commented
No, that's not a bug. It's telling you that the redirect URI you configured in your app registration is not correct. You need to make sure that it is http://localhost:10800/Home/Authorize
exactly. It is case-sensitive.
lommez commented
Thank you jasonjoh! Now is working perfectly
jasonjoh commented
No problem!