12 Aug, 2021, 1:22 am
When configuring your application OAuth2 settings you must specify at least one URI for authentication to work.
The URL for this setting should be similar to the following:
Where `localhost` is your forum URL (including domain, subdomain, or sub directory). Some examples are found below:
Additional URIs are not required for this plugin.
The URL for this setting should be similar to the following:
Code:
https://localhost/xmlhttp.php?action=ougc_discord_connect
Where `localhost` is your forum URL (including domain, subdomain, or sub directory). Some examples are found below:
Code:
https://domain.com/xmlhttp.php?action=ougc_discord_connect
https://forum.domain.com/xmlhttp.php?action=ougc_discord_connect
https://domain.com/forum/xmlhttp.php?action=ougc_discord_connect
https://sub.domain.com/forum/xmlhttp.php?action=ougc_discord_connect
Additional URIs are not required for this plugin.