Questions tagged [account-linking]

Account linking is referred to an ability (and a process) to connect the identity of the user with a user account in a different system.

Account linking is referred to an ability (and a process) to connect the identity of the user with a user account in a different system.

It's used in systems like Amazon Alexa and Actions on Google, for example during their OAuth 2.0 flows.

47 questions
7
votes
1 answer

How Do I Use Login With Amazon to Link A User Account to My Skill?

I am having a hard time getting this to work by following along with Amazon's Alexa documentation. I'm running aground on Account Linking because I can't figure out how to get Login with Amazon (LWA) to ask for alexa::skills:account_linking scope.…
2
votes
1 answer

How to replace default response in account linking on Google Assistant

As part of an action configured for account linking with the following topology: Actions-on-Google->Dialogflow->Webhook, I'm seeing Google Assistant injecting its own message prior to going through the account linking flow, as follows: "I need to…
2
votes
1 answer

"MalformedResponse: Failed to parse Dialogflow response into AppResponse because of empty speech response" during OAuth Account Linking flow

We are implementing Actions on Google with Dialogflow fulfillment using the newly released Java/Kotlin API. It's called Speech Bank. While going through the Account Linking process testing on the smartphone, the user is getting MalformedResponse…
1
vote
1 answer

Unable to complete Google Home Account Linking Process. (Invalid State Parameter. The Link can not be completed.)

I am new to Google Actions. I am building action to access my smart home device from google home/assistance. I have already filled the Account Linking details from my auth server on action console. I have provided the Fulfillment URL on Actions…
1
vote
1 answer

Google Actions Account Linking: doesn't work in testing

I have to develop a Google Action with a mandatory Account Linking phase that I have configured with an OAuth2 server. I'm using the online console at https://console.actions.google.com/ to develop the action. I have set up the Start scene where the…
1
vote
0 answers

Error message after account linking success

I am getting an agent error after account linking success message. After the user completes the account linking process, the agents says that he doesn't understand what the user is saying (but the user hasn't said a word!). Here's how I start the…
1
vote
1 answer

Actions on google account linking returns error

My Dialogflow agent is integrated with Google Assistant, I am trying to extend it with Actions on Google. Now we are trying Account linking with our client's Oauth server. Auth URL, Redirect URI, Client secret, and Client Id are provided by them…
user6778410
1
vote
1 answer

I'm getting backend failure error in google smart home while accessing fulfillment URL provided in dialogflow webhook url

I'm getting backend failure error in google smart home while accessing fulfillment URL provided in dialogflow webhook url { textPayload: "SYNC: Request ID 1570058940383905256 failed with code: BACKEND_FAILURE" insertId: "1trptjqgc2uhm9d" …
1
vote
0 answers

requested feature is not enabled in this environment

I'm trying to access the authorization server that i have in okta, so i can see the users profile (in this case the user first name and favorite color )from the alexa skill but keep getting an error. i just want to retrieve the user info (claims in…
Moriuks
  • 129
  • 9
1
vote
1 answer

Retrieve user first name, last name and email without account linking

I've implemented my action using Google Sign-in and Account Linking but I've realised that this may not be necessary as I just need to retrieve the user email address, name and last name during the conversation for the sole purpose of sending an…
1
vote
1 answer

Seeking decent documentation on creating a way to link a Google account with my app

I'm trying to develop a react native application that won't require a user to sign into a bunch of different services every time. For now I'm trying to get the google side of things setup where a user can click a button which will allow me to link…
1
vote
1 answer

Is account linking enough to publish an action on google that does financial transactions?

I want to build an Actions on Google app which can transfer money/purchase products etc. Is account linking enough for this app to get approved by Google or do I need to use Transactions API. Also, is there a limited list of countries where…
1
vote
1 answer

Unable to select account creation with voice in Google Actions Console

I am trying to setup my own smart devices, but of course I want the user to authorize before logging in to my application. I would rather not do it with OAuth, simply because Google Sign-in is way easier. However, this can only be enabled when you…
1
vote
1 answer

What is the best UX of account linking in Google Home App

I'm developing my smart home device. For now, it doesn't have a native app but only a web client. My home-actions work well, but I'm worried about the complexity of adding a new device in the google home app. According to add new device user have…
1
vote
1 answer

actions-on-google Account Linking Signin status is "ERROR" always

I got this sample code from the docs of actions on google account linking with google account. The signin.status is always "ERROR". I have tried on actions console simulator, google assistant app on my phone and on a google home mini with personal…
1
2 3 4