I am Using Microsoft Web Browser OLE in PowerBuilder 2017 R3, I am using this Web Browser to take credentials from user and generating the OAuth2.0 Authorization Code for further use to generate access token, but when i give the UserId and click on next , Google sign in screen showing -
"Couldn't sign you in
This browser or app may not be secure.
Try using a different browser. If you’re already using a supported browser, you can refresh your screen and try again to sign in."
Is there any way to avoid this problem , i am stuck here for a week.
Thanks
In PB 2019 its working, but our application currently running in PB2017 R3. Is there any other way to solve this issue in
PB2017.
Thanks
For a example, have a look at https://github.com/cefsharp/CefSharp , maybe you're lucky and they've already wrapped it up for ActiveX, as there seems to be a "winforms" branch. (haven't tried myself).
Good luck!