Account Linking Setup

Part 1: Enable Account Linking in ixHello Portal

Assumptions: To complete account linking you need to have set up an account in the ixHello and created an app in the ixHello portal. To learn how to set up apps in the ixHello platform you can follow this documentation.

  1. Login to ixHello portal at https://bots.ixhello.comarrow-up-right.

  2. On the menu go to Apps -> Custom Apps. Click on the App for which you need to setup Account Linking. If you do not have any apps ready, you can follow this document to create app in ixHello

  1. After the App has been selected, following screen with all components of the app will display. Click on the Publish tab.

  1. On the publishing tab, Create Publish Profile (if not already created), fill out other details and click the Enable Account Linking check box and click save. As the Note says, “When this option is selected, it is still required to configure account linking in Alexa”, there are few additional steps we need to configure in Alexa developer console.

  1. Before heading to Alexa developer console, save this publish profile and publish to Alexa. You can again follow thisarrow-up-right document for assistance in publishing to Alexa.

Once you click "Publish to Alexa", you will see the below screen, update the necessary details and click on Publish to Alexa.

Once you publish the skill to Alexa, you will see the success message as below:

Click on "Go to Alexa Skill", you will be redirected to Alexa Developer Console as below,

Part 2: Login with Amazon to create Security Profile

  1. Go to https://developer.amazon.comarrow-up-right and login with the same Amazon Account the app has been published to in step 5. Click on Developer Console.

  1. On the resulting screen, Click on "Login with Amazon".

  1. Login with Amazon Console page would open in a new tab. Click the “Create a New Security Profile” button.

  1. Fill all the required fields in the Security Profile Management page and click the Save button.

  1. Security Profile is successfully created. Click the gear icon and click on web settings

  1. In the web settings page, fill the following fields as shown below and click the “Save” button.

Allowed Origins -

Allowed Return URLs

  1. Note the Client ID and Client Secret from Step 11 for later use.

  1. Go https://developer.amazon.com/alexa/console/askarrow-up-right and select the skill that needs account linking

  1. Select Models tab

  1. Click on the Account Linking Tab

  1. In the resulting page enable account linking by clicking the “Do you allow users to create an account or link to an existing account with you?” toggle and click Save

Graphical user interface, text, application, website Description automatically generated
  1. Set Auth Grant as the authorization type and fill in the following.

  • Your Web Authorization URI: https://www.amazon.com/ap/oaarrow-up-right

  • Your client ID: This is the client Id shown in the security profile created in step 10 above. Example- amzn1.application-oa2-client.2ec922f2fbfa435433892

  • Your Secret: Click on show secret in the Security Profile page as shown in step 10. Copy and paste the secret here

  • Your Authentication Scheme: Http Basic

  • Scope: Click on add new Scope and type in “profile”

  • Domain List: channeltest.voiceworx.ai, channel.voiceworx.ai

  • Default Token Expiration Time : 80420

  • Alexa Redirect URLs:

https://alexa.amazon.co.jp/api/skill/link/M278T3HJB37YPDarrow-up-right

https://pitangui.amazon.com/api/skill/link/M278T3HJB37YPDarrow-up-right

https://layla.amazon.com/api/skill/link/M278T3HJB37YPDarrow-up-right

Note: You also need to add these Redirect URLs to your Allowed Return URLs in your Amazon Security Profile.

  • Scroll up and click save.

Once saved you will see the below screen:

  1. Go to http://alexa.amazon.coarrow-up-rightm, login and click on Skills

Graphical user interface, text, application Description automatically generated
  1. On the Skills page, click on the Your Skills button

Graphical user interface, background pattern Description automatically generated
  1. Search the name of the skill you want to enable account linking on. Select the skill.

  2. Click on Enable Skill

  3. This will open the Login with Amazon page. Insert your username and password and press login

  4. If your login details are correct, you will be presented with a success screen.

  5. You can now try invoking the skill from your Alexa device and Alexa developer console.

Last updated

Was this helpful?