It seems Google has revoked the option of logging with "simple browsers" like javafx webview: The URL: https://accounts.google.com/o/oauth2/v2/auth?scope=https://www.googleapis.com/auth/userinfo.profile&access_type=offline&redirect_uri=<REDIRECT_URI>&response_type=code&client_id=<CLIENT_ID>
works absolutely perfect in a "normal "browser like Edge/Chrome etc, but with webView, it displays a message saying :
GOOGLE screen after entering the google account
Any ideas how to solve..?