Questions tagged [alexa-account-linking]

13 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.…
3
votes
1 answer

Alexa Account Linking - "Invalid account linking credentials"

I am creating an Alexa skill with account linking. I got the Linking Authorization Code and exchanged it for an Access Token. then, I tried to put all of the paramaters: code, access token, skill ID, into the Alexa Skill Activation API. I always get…
3
votes
2 answers

What is the redirect_uri in Alexa Skill Activation API?

Background I'm implementing Alexa's App-to-App Account Linking Flow, and I'm stuck on Step 6 - enabling the skill using Alexa's Skill Activation API. Concretely, I am not sure what value to supply to the redirect_uri POST field. In the docs, the…
Jefftopia
  • 2,105
  • 1
  • 26
  • 45
3
votes
1 answer

Get Google Token to access google services using Cognito for an Alexa skill

I have enabled AWS Cognito for an alexa skill and enabled only google login for the users, now Cognito + google auth flow completes successfully, and We get a AWS bearer token ey..., Now I wish to use a google services AP (drive/gmail),…
2
votes
0 answers

Error 400: Invalid Account Linking Credentials When Enabling an Alexa Skill

I am trying to implement app-to-app account linking for alexa skills with my app. I have followed the guide found here https://developer.amazon.com/en-US/docs/alexa/account-linking/app-to-app-account-linking-starting-from-your-app.html and have…
2
votes
2 answers

Redirect uri in Azure B2C with query string. Error detail: URL may not contain a query string

I'm trying to use Azure B2C OAuth for Alexa account linking with implicit flow.Below is the redirect url from Alexa https://alexa.amazon.co.jp/spa/skill/account-linking-status.html?vendorId=XXXXXXXXXX But adding this gives below error in Azure B2C…
1
vote
1 answer

Alexa account linking not working for users who are not developers on my account

I've got a weird issue that I've been banging my head on all day. I built an app that is authenticating through Amazon web login api with these permissions: alexa::ask:skills:readwrite alexa::skills:account_linking For developers on my Alexa…
Tyson Cadenhead
  • 352
  • 3
  • 8
1
vote
0 answers

Amazon Alexa account linking using Keycloak is not working

I'm working on a custom skill which should allow account linking with a platform using Keycloak. Implicit Grant flow works fine, when switching to Authorization Code flow, it's not. From Alexa docs…
1
vote
1 answer

Alexa Account Linking - What happens when refresh token expires?

My skill requires Account Linking which will authenticate customers with an AWS cognito user pool through OAuth 2.0 Protocol. I can specify in the user pool the TTL of the refresh token, which I decided to have it valid for 60 days. From what I…
MistaOS
  • 225
  • 3
  • 13
0
votes
1 answer

Alexa ask fetch refresh token

I try to fetch a refresh token for my alexa smarthome skill. For this I'm using the following command ask util generate-lwa-tokens --client-id --client-confirmation The outcome is a Http 400 with "localhost is not whitelisted".…
0
votes
2 answers

app to app alexa account linking starting from website

i am implementing alexa account linking starting from my website to receive notification on my alexa device, using the LWA flow as shown on the documentation…
0
votes
1 answer

Alexa - Is there a way to get user information without account linking?

I'd like to bypass account linking and grab users name, email and phone number. Is there any way to do that? I can't seem to find any documentation on how to bypass account linking and still grab user information.
-1
votes
2 answers

Custom Slot for Full Name of User and Linking multiple account in Single alexa skill

I have two queries related to Alexa Skill - I am using the Account Linking feature, But when I logged in with one account I am unable to login with another account, any idea? for more information on this please refer…
Pardeep Jain
  • 84,110
  • 37
  • 165
  • 215