-
Notifications
You must be signed in to change notification settings - Fork 603
Create Security Profile
After you've registered for an Amazon developer account, you'll need to create a new Alexa product and security profile.
-
Login to Amazon Developer Portal
-
Navigate to the Alexa > Alexa Voice Service console.
-
Choose Create Product, and follow then instructions below to 1). register a product, 2). create a security profile, and 3). authorize your security profile to use Login With Amazon (LWA).
On this page, you'll provide information about your product.
-
Product Name - This is what gets displayed to users when they register an instance of the product with Amazon.
-
Product ID - A simple identifier for your product.
-
Choose the product type Device with Alexa built-in.
-
When asked if your product will use a companion app, select No.
-
For Product Category, select Other, and enter a description of the product type, such as Raspberry Pi.
Note: For a commercial product, you should select the best option available.
-
Enter a Brief product description.
-
When asked how users will interact with your product, select the option(s) that best describe your product's functionality.
Example:
-
(Optional) You can skip uploading an image for now. This content is used on the manage your content and devices screen on amazon.com.
-
When asked if you will distribute this project, select No. Note: For a commercial product, you should select Yes.
-
When asked if this product is for children, select No.
- Click Next.
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.
-
Select Create New Profile.
-
Enter a name and description for your security profile, then click Next. For example:
- Security Profile Name: AVS Test Product
- Security Profile Description: This is for a reference build of the AVS Device SDK on Raspberry Pi.
Note: These are suggested values. You provide custom information for Security Profile Name and Security Profile Description.
-
Now you'll generate a Client ID. Navigate to Platform Information > Other devices and platforms. Enter a Client ID name, then select Generate ID.
-
Now, select Download. This will save a config.json file to your computer that includes the clientID and productID associated with your security profile. This information will be used by the sample app as part of the setup process.
-
Review and agree to the AVS Developer Services Agreement, including the Alexa Voice Services Program Requirements, and then select Finish.
-
You should see pop up confirmation that "Your Product has been created". Select OK.
You are now ready to generate self-signed certificates.
-
Open a web browser, and visit https://developer.amazon.com/lwa/sp/overview.html.
-
Near the top of the page, select the security profile you created earlier from the drop down menu and click Confirm.
-
Enter a privacy policy URL beginning with http:// or https://. For this example, you can enter a fake URL such as http://example.com.
-
Optional You may upload an image. The image will be shown on the LWA consent page to give your users context.
-
Click Save.
API Reference
Quick-start Guides
- All Quick-start Guides
- For Android
- Cross-compile for iOS
- Generic Linux
- For macOS
- For Raspberry Pi
- For Ubuntu Linux
- For Windows 64-bit
Other Guides + Optimizations
- Authorizing AVS Device SDK Software with AVS
- Build libcurl with mbed TLS and nghttp2
- Build libcurl with nghttp2 for macOS
- Optimize libcurl for Size
- Runtime Configuration for CA Certificates
- Updating the SDK
Development Kits
Resources