Knowledgebase
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/callbackThe 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/callbackThe 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.