Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
Knowledgebase IconKnowledgebase

Weblutions Documentation / Knowledgebase / Discord OAuth Redirect URIs

Updated

Discord OAuth Redirect URIs

By Josh M. 1 min 2

Many of our products use or have Discord authentication (OAuth2) as a login method. Some products include; FaxStore, FaxDocs, FaxCAD, and more. This article runs through what redirect URIs are used for our products.

The majority of our product suite use the same redirect link format to make the products more uniform. The redirect format being:

https://example.com/auth/discord/callback

The above applies to; FaxCAD, FaxDesk, FaxStore, FaxDocs, FaxTrack, License System (FaxStore), Bot Portfolio, Independent License System, WLink, and more.

However, it is worth noting that WebForms uses a different format for the Discord redirect URI.

https://example.com/auth/callback

The above only applies to WebForms.


These redirects are set via the Discord Developer Portal for the relevant application you're using in the product. Additionally, the protocol and domain must match in the products config file otherwise you might experience the "Invalid OAuth2 redirect_uri" error from Discord.