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
- Go to the Amazon Developer Portal.
- Log in with your Amazon Developer account or create one if you don't have one.
- Navigate to Login with Amazon and click Manage Your Apps.
- Click Create a New Security Profile.
- 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).
- Click Save.
- In the Web Settings section, add the following redirect URL:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
- Click Save.
Step 2: Retrieve Client ID and Client Secret
- After creating the security profile, you will be provided with a Client ID and Client Secret.
- Copy the Client ID and Client Secret for use in the next steps.
Step 3: Configure Amazon Connection in AuthAction
- Log in to the AuthAction dashboard.
- Navigate to Connections → Social Connections.
- Click Add Connection and select Amazon.
- Enter the Client ID and Client Secret obtained from Amazon.
- Click Save.
Step 4: Enable Amazon Connection for Applications
- In the AuthAction dashboard, navigate to Applications.
- Select the application for which you want to enable Amazon login.
- Go to the Connections tab and enable the Amazon connection.
Step 5: Test the Integration
- Open your application's login page.
- Click on Sign in with Amazon.
- Authenticate using a Amazon account.
- 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.