0

I'm using the Alexa for Business (A4B) API successfully with an Access Key ID and Secret Access Key with the AlexaForBusinessFullAccess IAM policy. However, I'm interested in building an app that other A4B users can use without embedding their Key ID and Key into my app directly.

Is there any way to create an Alexa for Business app that is authorized using an OAuth flow, like a standard Alexa skill?

I'm specifically looking to sync contacts using various A4B contacts APIs including the following:

Information on the API is here but I didn't see anything for OAuth here.

Some information on auth is here:

I'm using Go but appreciate any info.

Grokify
  • 15,092
  • 6
  • 60
  • 81

1 Answers1

0

Just heard from an Amazon rep that OAuth is not available for the Alexa for Business API due to several reasons. The API must be accessed using IAM credentials or delegate IAM permissions.

Currently, a way to do this is to build a configuration page where users can supply their Access Key ID and Secret Access Key in the app configuration from the IAM console with the requisite AlexaForBusinessFullAccess policy.

It may also be possible to have the app enabled using the A4B console and create an IAM role from "Settings" > "AVS permissions" where the user needs to input the "AVS device maker's AWS account ID" and "Amazon ID".

Grokify
  • 15,092
  • 6
  • 60
  • 81