Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1 KB

AlexaAccountLinking.md

File metadata and controls

21 lines (17 loc) · 1 KB

Configuring Alexa Account Linking

When building voice integrations for ecommerce, you'll most likely need to allow the user to sign in to the store. This is done via "account linking" feature (available both in Alexa and Google Assistant).

To get started with Alexa, go to Alexa Skills Kit Console and in the "Build" section, navigate to "Account Linking" configuration panel.

Setting up account linking for voice commerce

Then, do the following:

  1. Enable account linking using the toggle at the top
  2. Select "Auth Code Grant" as authorization grant type
  3. Set https://YOUR_VOICE_APP_ENDPOINT/oauth/authorize as Authorization URI
  4. Set https://YOUR_VOICE_APP_ENDPOINT/oauth/token as Access Token URI
  5. Generate Client ID and Client Secret and set them in appropriate fields
  6. Keep Client Authorization Scheme set to HTTP Basic
  7. Click "Save" at the top