Configuring Discord Social Connection in Production
This guide outlines the steps to configure Discord as a social login provider in AuthAction for a production environment.
Step 1: Create a Discord OAuth Application
-
Go to the Discord Developer Portal.
-
Log in with your Discord account.
-
Click New Application.
-
Provide a name for your application and click Create.
-
In the left sidebar, navigate to OAuth2.
-
Under Redirects, add the following redirect URI:
https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
-
Click Save Changes.
Step 2: Retrieve Client ID and Client Secret
- In the OAuth2 section, under General Information, copy the Client ID.
- In the same section, scroll down to OAuth2 and copy the Client Secret.
- These credentials will be used to configure Discord in AuthAction.
Step 3: Configure Discord Connection in AuthAction
- Log in to the AuthAction dashboard.
- Navigate to Connections → Social Connections.
- Click Add Connection and select Discord.
- Enter the Client ID and Client Secret obtained from Discord.
- Click Save.
Step 4: Enable Discord Connection for Applications
- In the AuthAction dashboard, navigate to Applications.
- Select the application for which you want to enable Discord login.
- Go to the Connections tab and enable the Discord connection.
Step 5: Test the Integration
- Open your application's login page.
- Click on Sign in with Discord.
- Authenticate using a Discord account.
- Verify that the user is successfully redirected back to your application.
Your application is now configured to allow users to log in using Discord in production.