Hi @Mohamed Sadak · The reply url (redirect_uri) in the request is http://127.0.0.1:5000/getAToken
and the reply url registered in the app is http://localhost:5000/getAToken
.
To resolve the issue you can:
- Either access the application by using
http://localhost:5000
and not usinghttp://127.0.0.1:5000
. - Or register
http://127.0.0.1:5000
as reply url in the application.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.