Hi there, I am experiencing this issue exactly as described as well. I am running a Node.js/Express app on Azure App Service.
On creating my OAuth application, “Test your login” under Quick Start even indicates a successful login and response code 200, while my user also receives an email verification link, which also indicates that my user was successfully authenticated.
Yet the 403 error persists on my /callback route.