Create Security Profile - rreimi/alexa-avs-sample-app GitHub Wiki

Register your product and create a security profile.

After you've registered for an Amazon developer account, you'll need to create an Alexa device and security profile. Make note of the following parameters as you go through setup, ProductID, ClientID, and ClientSecret -- you'll need these later.

  1. Login to Amazon Developer Portal - developer.amazon.com
  2. Click Alexa -> Alexa Voice Service -> Get Started
  3. Click Create Product.
  4. Fill-in these values and save:

Product Information

On this page you'll provide information about your product. In this case, the Alexa PC project.

  1. Product Name - The display name in the developer portal, type Alexa Workshop.
  2. Product ID - Type: alexa_workshop.
  3. When asked if your product is an app or device, select Device.
  4. When asked if your product will use a companion app, select Yes.
  5. For Product Category, select Other, and enter "Alexa PC Project on GitHub".
  6. Enter a brief description. For example: My first Alexa project.
  7. When asked how users will interact with your product, select Touch-initiated and Hands-free.
  8. You can skip uploading an image for now. This content is used on the manage your content and devices screen on amazon.com.
  9. When asked if you will distribute this project, select No.
  10. When asked if this product is for children, select No.
  11. Click Next.

Security Profile

On this page we'll create a new Login with Amazon (LWA) security profile. This associates user data and security credentials with one or more products.

  1. Click Create New Profile.

  2. Enter a name and description for your security profile, then click Next. For example:

    • Security Profile Name: Alexa Voice Service Sample App Security Profile
    • Security Profile Description: Alexa Voice Service Sample App Security Profile Description

    Note: These are suggested values. You provide custom information for Security Profile Name and Security Profile Description.

    A Client ID and Client Secret will be generated for you.

  3. Enter your Allowed origins and Allowed return URLs.

You are now ready to generate self-signed certificates.


Enable Security Profile

  1. Open a web browser, and visit https://developer.amazon.com/lwa/sp/overview.html.
  2. Near the top of the page, select the security profile you created earlier from the drop down menu and click Confirm.
  3. Enter a privacy policy URL beginning with http:// or https://. For this example, you can enter a fake URL such as http://example.com.
  4. [Optional] You may upload an image as well. The image will be shown on the Login with Amazon consent page to give your users context.
  5. Click Save.