We have discovered a problem. When users click on our registration via an Instagram add or our page there and want to connect to Google Connect, they get an error message.
“Access blocked, the request from Holistic violates Google’s guidelines: Use Secure Browsers”
The message comes after the user typed in his credentials. It seems that the internal Instagram browser does not appear to be secure for Google. Makes sense, too.
The question is: Can I hide the GoogleConnect only in the Instagram context? Or is there an other solution?
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
Thank you for your quick response and the idea to fix it
It would be great to set a parameter to get only the “email/password” registration-form without connections. Can I achieve this with the authorize endpoint?