javafx Webview not working with google login

327 views Asked by At

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

Could not sign you in

Any ideas how to solve..?

0

There are 0 answers