I have a web application that offers users the option to Login with Google. This feature works OK when users use a regular browser, but when they use the LinkedIn mobile app's internal browser, it doesn't. In this case, I see Error 403: disallowed_useragent.
I can see this error is happening not only for us, but for a bunch of other companies. To reproduce it you can just navigate to the page of any company/application that offers Login with Google and hit the company link in the "About" section. Examples: Figma, Full Story, Evernote, Udemy, etc. This issue is related to some changes Google did recently that disallows OAuth requests from embedded views, and as far as I understand it should be fixed on LinkedIn's side. But anyway, is there anything I can do on my end to prevent this error?