We have a mobile app integrated with Clover.
We generate token following the steps in docs here:
https://docs.clover.com/build/oauth-2-0/#1merch_auth
URL we use:
https://www.clover.com/oauth/authorize?client_id={APPID }&scope=ORDERS_R,ORDERS_W,MERCHANT_R,PAYMENTS_R&redirect_uri=http://www.domain.com/finish-sign-up&response_type=token
When the URL opened, Clover shows a popup with a login form. After login correctly, the app suppose to redirect to the URL we set in the redirect_uri param but instead, the app shows "Page not Found" (notice that the footer is showing Clover).
We confirmed that our app web configuration is correct.
Previously it was working without any issue.
Is there any update related to OAuth and we need to update our implementation?
Should our webpage use HTTPS?