Skip to main content

All Questions

1 vote
1 answer
3k views

Account linking with Google Sign-In: "Wrong recipient, payload audience != requiredAudience"

I'm trying to make account linking with Google sign-in Linking type. For conversation using Dialogflow. To get user information, fulfillment in node.js was written, using this guide https://developers....
Andrii Protsenko's user avatar
0 votes
0 answers
274 views

Google Assistant account linking with Keycloak

I am building a Dialogflow agent and I am trying to have account linking with OAuth between my website and Google Assistant. And I am using Keycloak as my authentification server. Keycloak ...
user avatar
1 vote
1 answer
348 views

How to detect a returning user to Google Assistant on Android in Dialogflow fulfillments?

I have a running website, where users already have accounts. And I am trying to create a Google Assistant agent, accessible on Android, to help users access their information. My issue is that I can'...
user avatar