Instagram Browser Auth Flow Error
Hi,
I have integrated Kinde into my app. but users clicking on the signup link from Instagram see this:
Is there any setting to resolve this?
1 Reply
Unfortunately Google blocks request from webviews (e.g. TikTok, Facebook, Instagram in-app browsers). You can see this issue raised here: https://stackoverflow.com/questions/65353812/web-google-auth-workaround-for-403-disallowed-useragent-exists. The most unfortunate part is that it's out of our control to fix this issue.
As a workaround, I would suggest directing users to a Custom sign-up and sign-in pages when you can detect they are using a webview. The custom sign-up and sign-in page will not show Google as a social connection option.You can still direct users to the Kinde hosted sign-up and sign-in pages in all other cases.
Stack Overflow
Web Google Auth - workaround for 403: disallowed_useragent exists?
There are many StackOverflow posts about this issue, but none that offer a workaround for web apps to log into services via Google Web Auth in an embedded browser like Facebook/Facebook Messenger o...