Configuring Twitter Social Connection in Production
This guide outlines the steps to configure Twitter as a social login provider in AuthAction for a production environment.
Step 1: Create a Twitter OAuth Application
- Go to the Twitter Developer Portal.
- Log in with your Twitter account.
- Click Create an app.
- Fill in the required details:
- Name: Your application name.
- Application Description: A short description of your app.
- Website URL: Provide your application's website URL.
- Callback URL: Set the redirect URI to:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
- Terms of Service URL: Provide a URL to your terms of service (if applicable).
- Privacy Policy URL: Provide a URL to your privacy policy.
- Click Create.
Step 2: Retrieve API Key and API Secret Key
- After creating the app, go to the Keys and Tokens tab.
- Under API keys and tokens, copy the API Key and API Secret Key.
- These credentials will be used to configure Twitter in AuthAction.
Step 3: Configure Twitter Connection in AuthAction
- Log in to the AuthAction dashboard.
- Navigate to Connections → Social Connections.
- Click Add Connection and select Twitter.
- Enter the API Key and API Secret Key obtained from Twitter.
- Click Save.
Step 4: Enable Twitter Connection for Applications
- In the AuthAction dashboard, navigate to Applications.
- Select the application for which you want to enable Twitter login.
- Go to the Connections tab and enable the Twitter connection.
Step 5: Test the Integration
- Open your application's login page.
- Click on Sign in with Twitter.
- Authenticate using a Twitter account.
- Verify that the user is successfully redirected back to your application.
Your application is now configured to allow users to log in using Twitter in production.