Hi @n1c0
Welcome to the Auth0 Community!
You are right; Google OAuth does not work with embedded web views per policy. → Modernizing OAuth interactions in Native Apps for Better Usability and Security - Google Developers Blog
You can utilize the GET /authorize endpoint to direct the user to the specific ODIC connection by specifying the connection parameter. This should bypass the Universal Login prompt. Authentication API Explorer
Problem statement
We’re constrained to use the universal login page on our site within a webview in a 3rd party product, which causes a 403 for Google SSO. We can’t conditionally hide Google because existing users need to use Google to log in. The 3rd party product can’t just not use the webview because this is fundamental to their dapp browser feature, and other similar products use the same. Is there a way for auth0 to open an external user agent from within an embedded user agent in a native…
I hope this will help you!
Dawid