Skip to content

Instantly share code, notes, and snippets.

@myke11j
Last active May 23, 2021 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myke11j/8b12d2055ee39ba6d5733df734e4a1e9 to your computer and use it in GitHub Desktop.
Save myke11j/8b12d2055ee39ba6d5733df734e4a1e9 to your computer and use it in GitHub Desktop.
Alexa Skills OAuth
  1. Create a client app in congnito identity pool for Alexa
  2. Click on create secret key while creating app
  3. Check “Enable sign-in API for server-based authentication (ADMIN_NO_SRP_AUTH)”
  4. Go to “Client apps settings” and check “Cognito User Pool”
  5. In “Callback URL”field, add “https://alexa.amazon.co.jp/spa/skill/account-linking-status.html?vendorId=M1Q4KJDIT6UMXS”
  6. In “Allowed OAuth Flows “, check “Auth code grant”
  7. Check all 5 below scopes
  8. Share the
    1. Cognito Domain
    2. Alexa Client app’s client id and secret id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment