Skip to main content

Configuring Amazon Social Connection in Production

This guide outlines the steps to configure Amazon as a social login provider in AuthAction for a production environment.

Step 1: Create an Amazon OAuth Application

  1. Go to the Amazon Developer Portal.
  2. Log in with your Amazon Developer account or create one if you don't have one.
  3. Navigate to Login with Amazon and click Manage Your Apps.
  4. Click Create a New Security Profile.
  5. Fill in the required details:
    • Security Profile Name: Your application name.
    • Application Website: Provide your application's website URL.
    • Privacy Policy URL: Provide a link to your privacy policy.
    • Logo: Upload your application's logo (optional).
  6. Click Save.
  7. In the Web Settings section, add the following redirect URL:
    https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
  8. Click Save.

Step 2: Retrieve Client ID and Client Secret

  1. After creating the security profile, you will be provided with a Client ID and Client Secret.
  2. Copy the Client ID and Client Secret for use in the next steps.

Step 3: Configure Amazon Connection in AuthAction

  1. Log in to the AuthAction dashboard.
  2. Navigate to ConnectionsSocial Connections.
  3. Click Add Connection and select Amazon.
  4. Enter the Client ID and Client Secret obtained from Amazon.
  5. Click Save.

Step 4: Enable Amazon Connection for Applications

  1. In the AuthAction dashboard, navigate to Applications.
  2. Select the application for which you want to enable Amazon login.
  3. Go to the Connections tab and enable the Amazon connection.

Step 5: Test the Integration

  1. Open your application's login page.
  2. Click on Sign in with Amazon.
  3. Authenticate using a Amazon account.
  4. Verify that the user is successfully redirected back to your application.

Your application is now configured to allow users to log in using Amazon in production.