Skip to content

Discord OAuth - Account Manager

Creating a Discord application for use with OpenDAoC’s Account Manager is a simple process that can be completed in a few minutes.

Creating a Discord application

  1. Go to the Discord Developer Portal

Discord Developer Portal

  1. Click on the New Application button in the top right corner and enter a name for your application.

New Application

  1. Go to the OAuth2 tab and add a redirect URL.

You can also add a localhost redirect URL for testing purposes.

Redirect URL

  1. Copy the Client ID and Client Secret values and save them for later.

Client ID and Secret

We will be using these values to configure the Account Manager in the next steps.