Skip to main content

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

  1. Go to the Discord Developer Portal.

  2. Log in with your Discord account.

  3. Click New Application.

  4. Provide a name for your application and click Create.

  5. In the left sidebar, navigate to OAuth2.

  6. Under Redirects, add the following redirect URI:

    https://<tenant-name>.<region>.authaction.com/oauth2/login/callback
  7. Click Save Changes.

Step 2: Retrieve Client ID and Client Secret

  1. In the OAuth2 section, under General Information, copy the Client ID.
  2. In the same section, scroll down to OAuth2 and copy the Client Secret.
  3. These credentials will be used to configure Discord in AuthAction.

Step 3: Configure Discord Connection in AuthAction

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

Step 4: Enable Discord Connection for Applications

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

Step 5: Test the Integration

  1. Open your application's login page.
  2. Click on Sign in with Discord.
  3. Authenticate using a Discord 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 Discord in production.